Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /bluetooth/idl/idl-NavigatorBluetooth.window.html - WPT Dashboard Interop Dashboard
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
test(() => {
assert_false('bluetooth' in navigator);
}, 'navigator.bluetooth not available in insecure contexts');