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
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 with Uncaught DOMException: User canceled the permission prompt..
Is permission granting through some API supported?
If so, could someone please point me in the right direction?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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