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 a [[DocumentOrigin]] internal slot to RTCPeerConnection. #2249

Merged
merged 2 commits into from
Aug 30, 2019

Conversation

jan-ivar
Copy link
Member

@jan-ivar jan-ivar commented Aug 2, 2019

Fixes #1969.

@annevk if you could look over this, that'd be great! It was filed over your #1966 (comment).


Preview | Diff

@jan-ivar jan-ivar requested a review from henbos August 2, 2019 19:55
@jan-ivar jan-ivar self-assigned this Aug 2, 2019
@jan-ivar jan-ivar requested a review from aboba August 2, 2019 19:56
@jan-ivar
Copy link
Member Author

jan-ivar commented Aug 2, 2019

If you're wondering about the name, respec kept complaining there was already an internal slot (on a different object) called [[Origin]], and I couldn't figure out how to silence respec.

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

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

Looks good to me. Using a for attribute on <dfn> you can create relationships in Bikeshed so you get to reuse names across different objects, but I have no idea how ReSpec works.

@jan-ivar jan-ivar merged commit 7cc76b8 into w3c:master Aug 30, 2019
@jan-ivar jan-ivar deleted the origin branch August 30, 2019 19:26
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.

Properly define origin (and handling thereof) for PeerConnection
4 participants