espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

Add serial backend for the Web Serial API #98

Closed reillyeon closed 5 years ago

reillyeon commented 5 years ago

The Serial API is behind a flag in Chrome and Edge 77 and later.

gfwilliams commented 5 years ago

This is awesome, thank you!

I'd been meaning to add something like this and didn't have time yet, so this is perfect. I'll get it added to espruino.com/ide asap

gfwilliams commented 5 years ago

Thanks for this - just tested and works great! If you hard refresh https://www.espruino.com/ide/ it should now be available.

When this hits non-beta Chrome channels I should be able to start retiring the Chrome App properly.

reillyeon commented 5 years ago

You're welcome. I'll try to keep this up to date as the API stabilizes and will let you know when Origin Trial keys are available.