└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # A Web Bluetooth polyfill for Chrome Apps 2 | 3 | This polyfill has been removed. 4 | 5 | It implemented an old version of the 6 | [Web Bluetooth specification](https://webbluetoothcg.github.io/web-bluetooth/), 7 | and is nearly unnecessary now that Web Bluetooth is supported on 8 | [Android, ChromeOS, Linux and Mac](https://github.com/WebBluetoothCG/web-bluetooth/blob/gh-pages/implementation-status.md), 9 | including inside of Chrome Apps and Extensions. 10 | 11 | ## Old Repo Contents 12 | 13 | If you're looking for the final version of the polyfill, you can find it tagged 14 | [here](https://github.com/WebBluetoothCG/chrome-app-polyfill/tree/final). 15 | --------------------------------------------------------------------------------