espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
276 stars 108 forks source link

Use async class method syntax #35

Closed balloob closed 2 years ago

balloob commented 2 years ago

This uses class method syntax to define async methods instead of using class properties to assign lambdas.