Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the experimental api for bluetooth scanning.
Trying in google chrome, the browser opens a dialog to ask the user for permission.
Trying in my CefSharp application, the call to
navigator.bluetooth.requestLEScan({...})
fails withUncaught DOMException: User canceled the permission prompt.
.Is permission granting through some API supported?
If so, could someone please point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions