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

Add lightning transport #1264

Merged
merged 2 commits into from Aug 28, 2019
Merged

Add lightning transport #1264

merged 2 commits into from Aug 28, 2019

Conversation

ve7jtb
Copy link
Contributor

@ve7jtb ve7jtb commented Jul 25, 2019

Add lightning transport

Fixes #1261


Preview | Diff

Add lightning transport

Fixes #1261
Fix missing comma
Copy link
Contributor

@equalsJeffH equalsJeffH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@equalsJeffH equalsJeffH added this to the L2-WD-02 milestone Jul 31, 2019
Copy link
Contributor

@jcjones jcjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per https://heycam.github.io/webidl/#idl-enums , Example 33, providing "lightning" to a browser that doesn't have that part of the enum will throw a TypeError.

Perhaps we want to keep the enum as a definition, but change the structur1268es that specify it to instead ask for a String-ish type that can be carefully cast to an enum, rather than letting the WebIDL parser throw.

see issue #1268

Copy link
Contributor

@jcjones jcjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can land as long as we also land #1275

@akshayku akshayku merged commit 30d3e9f into w3c:master Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add two new transport types to section 5.10.4
6 participants