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

Specify the realm for the SSE MessageEvent #1988

Merged
merged 1 commit into from
Nov 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -93067,7 +93067,8 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
character, then remove the last character from the <var>data</var> buffer.</p></li>

<li><p>Let <var>event</var> be the result of <span>creating an event</span> using
<code>MessageEvent</code>.</p></li>
<code>MessageEvent</code>, in the <span data-x="concept-relevant-realm">relevant Realm</span> of
the <code>EventSource</code> object.</p></li>

<li><p>Initialize <var>event</var>'s <code data-x="dom-Event-type">type</code> attribute to <code
data-x="event-message">message</code>, its <code data-x="dom-MessageEvent-data">data</code>
Expand Down