として、巷で話題になったものもちらほら。 ▪ Web Bluetooth API ▪ Web Share API ▪ Media Session API ▪ Shape Detection API ▪ Badging API ▪ Get Installed Related Apps API ▪ Wake Lock API ▪ Writable Files API https://docs.google.com/spreadsheets/d/1de0ZYDOcafNXXwMcg4EZhT0346QM-QFvZfoD8ZffHeA/edit#gid=272423396
Web Bluetooth API ▪ Web Share API ▪ Media Session API ▪ Shape Detection API ▪ Badging API ▪ Get Installed Related Apps API ▪ Wake Lock API ▪ Writable Files API https://docs.google.com/spreadsheets/d/1de0ZYDOcafNXXwMcg4EZhT0346QM-QFvZfoD8ZffHeA/edit#gid=272423396
HTMLVideoElement ) { if (!window.BarcodeDetector) return new Error('BarcodeDetector is undefined') const barcodeDetector = new window.BarcodeDetector() return await barcodeDetector.detect(element) }
HTMLVideoElement ) { if (!window.TextDetector) return new Error('TextDetector is undefined') const textDetector = new window.TextDetector() return await textDetector.detect(element) }
HTMLVideoElement ) { if (!window.FaceDetector) return new Error('FaceDetector is undefined') const faceDetector = new window.FaceDetector() return await faceDetector.detect(element) }