Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define new DOMException types for serial-specific errors #108

Open
reillyeon opened this issue Dec 3, 2020 · 0 comments
Open

Define new DOMException types for serial-specific errors #108

reillyeon opened this issue Dec 3, 2020 · 0 comments

Comments

@reillyeon
Copy link
Collaborator

reillyeon commented Dec 3, 2020

Suggested by @domenic in #105. This specification assumes these new DOMException types,

  • ParityError - The data received did not pass the configured parity check.
  • FramingError - The data received did not conform to the configured framing parameters.
  • BreakError - A break signal was received from the communications peer.
  • BufferOverrunError - The data received could not fit in available buffer space. Some data may be lost.

These should be submitted to the WebIDL specification as a pull request.

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

No branches or pull requests

1 participant