samples
samples copied to clipboard
A repo containing samples tied to new functionality in each release of Google Chrome.
Hi, I am trying using Google chrome API examble here-> ["Web Bluetooth / Device Info Sample"](https://googlechrome.github.io/samples/web-bluetooth/device-info.html). but unfortunately the "BluetoothDevice" object contain only {id, name, gatt}. I need to get...
Updated code to check the record type and parse if text or URL
This page: https://googlechrome.github.io/samples/media-capabilities/decoding-info.html Has a button in the top right that says: 'Browse Samples' But then the link points towards: https://www.chromestatus.com/samples Which 404s
My first repository on GitHub
Now that "basic-card" has been deprecated, the demo that depends on "basic-card" needs to be updated. For example, https://github.com/GoogleChrome/samples/blob/gh-pages/paymentrequest/credit-cards/demo.js.
See [domenic/streams-demo#7](https://github.com/domenic/streams-demo/issues/7)
### Issue ❓ Currently, with reference to **Google Chrome**'s latest build [Version *96.0.4664.110*], we do have the option to mute tab(s) by right-clicking on the tab and selecting the "**mute**"...
Hello! I would like to use `contenteditable="true"` for a text. If you type something with a mobile device, and tap then the `Done` of your keyboard, the keyboard should disappear....
I have successfully ran the navigator.bluetooth.requestLEScan on Mac and on Android using Chrome, yet on windows 10 devices I get the chooser, yet no devices are presented. The regular requestDevice...
Hi there, I'm using QUIC and i want to use webTransport in top of QUIC. I found this error when running webtransport.py on online server. I use https://googlechrome.github.io/samples/webtransport/client.html for a...