UNPKG

web-bluetooth-terminal

Version:

Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices

16 lines (12 loc) 326 B
importScripts('js/sw-toolbox.js'); toolbox.precache([ 'css/normalize.css', 'css/styles.css', 'js/BluetoothConnection.js', 'js/companion.js', 'js/main.js', 'index.html', ]); toolbox.router.default = toolbox.networkFirst; toolbox.options.networkTimeoutSeconds = 5; toolbox.router.get('icons/*', toolbox.fastest);