- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Sep 2021 10:36:38 +0000
- To: public-web-bluetooth-log@w3.org
Can you run code below successfully in JavaScript devtools console? ```js await navigator.bluetooth.requestDevice({ acceptAllDevices:true }); // Prompt should appear because user gesture is not needed in devtools. ``` FYI Error comes from https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/bluetooth/bluetooth.cc;l=353;drc=3095f0ce2cadab0ffa2d0ae922ad7dffd3eeda30 -- GitHub Notification of comment by beaufortfrancois Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/558#issuecomment-915968373 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 9 September 2021 10:36:40 UTC