Re: [web-bluetooth] Service Worker support for WebBluetooth (#422)

@KOLANICH I feel like service worker access is definately tricky. I feel like dedicated [`Worker`](https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker) access, which runs in the "background" but belongs to a specific document. 

Infact, the entire browser security model is tricky, vendors try their best to lock off functionality (mostly for security, sometimes [not](https://github.com/WICG/webhid/blob/main/blocklist.txt#L45)), but you end up in a weird situation where sometimes users can't upload files from their cloud drive, but you can download ransomware with two clicks.

-- 
GitHub Notification of comment by foxt
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/422#issuecomment-1628654933 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 10 July 2023 10:18:55 UTC