Is There An Example Site That Uses Navigator.serial?
I noticed that Chrome Canary has an implementation of a web serial api at navigator.serial, and I'm interested in looking at it. The previous API for serial ports chrome.serial imp
Solution 1:
Hey battling this as well. To enable this 'experimental api', open Canary, and punch this into the url: chrome://flags/#enable-experimental-web-platform-features
Enable that feature. Now you can use it.
Post a Comment for "Is There An Example Site That Uses Navigator.serial?"