Skip to content

Conversation

@Xinayder
Copy link

Closes #1

based on my comment on the issue:

I was just looking into this today. The flasher works perfectly with the WebSerial extension, and as it turns out, the proper way to check if WebSerial API is supported is by querying navigator.serial and not window.Serial

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/serial

and these are the results from my browser with the WebSerial extension enabled:

>> window.navigator.serial

Object { addEventListener: BoundFunctionObject, dispatchEvent: BoundFunctionObject, getPorts: BoundFunctionObject, removeEventListener: BoundFunctionObject, requestPort: BoundFunctionObject }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Firefox Support

1 participant