You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
1) Safari doesn't return a promise when requestPermission is invoked. This was resulting in an error and the supplied resolution callback function was never called.
2) Additionally, Node v10 was promoted to LTS causing Travis CI to use it, resulting in a known bug: nodejs/node#20325 . This was fixed by specifying node v8 in travis config
0 commit comments