Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 45e30b1

Browse files
committed
Add BroadcastChannel. r8274
1 parent a0a64a5 commit 45e30b1

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,8 +2120,9 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
21202120
<li><p>An API for immediate-mode bitmap graphics (the <code class="external" title="canvas-context-2d"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#canvas-context-2d">2d</a></code> context for the
21212121
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> element).
21222122

2123-
<li><p>An API for cross-document messaging and channel messaging (<code class="external" title="dom-window-postMessage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#dom-window-postmessage">postMessage()</a></code>
2124-
and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messagechannel">MessageChannel</a></code>).
2123+
<li><p>An API for cross-document messaging, channel messaging and
2124+
sending messages to other tabs in the same origin (<code class="external" title="dom-window-postMessage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#dom-window-postmessage">postMessage()</a></code>,
2125+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messagechannel">MessageChannel</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#broadcastchannel">BroadcastChannel</a></code>).
21252126

21262127
<li><p>An API for runnings scripts in the background (<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#worker">Worker</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#sharedworker">SharedWorker</a></code>).
21272128

Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,9 +2202,10 @@ <h3 id="new-apis">New APIs</h3>
22022202
data-anolis-spec=html title=canvas-context-2d>2d</code> context for the
22032203
<code data-anolis-spec=html>canvas</code> element).
22042204

2205-
<li><p>An API for cross-document messaging and channel messaging (<code
2206-
data-anolis-spec=html title=dom-window-postMessage>postMessage()</code>
2207-
and <code data-anolis-spec=html>MessageChannel</code>).
2205+
<li><p>An API for cross-document messaging, channel messaging and
2206+
sending messages to other tabs in the same origin (<code
2207+
data-anolis-spec=html title=dom-window-postMessage>postMessage()</code>,
2208+
<code data-anolis-spec=html>MessageChannel</code> and <code data-anolis-spec=html>BroadcastChannel</code>).
22082209

22092210
<li><p>An API for runnings scripts in the background (<code
22102211
data-anolis-spec=html>Worker</code> and <code

Overview.whatwg.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,8 +2083,9 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20832083
<li><p>An API for immediate-mode bitmap graphics (the <code class="external" title="canvas-context-2d"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#canvas-context-2d">2d</a></code> context for the
20842084
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> element).
20852085

2086-
<li><p>An API for cross-document messaging and channel messaging (<code class="external" title="dom-window-postMessage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#dom-window-postmessage">postMessage()</a></code>
2087-
and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messagechannel">MessageChannel</a></code>).
2086+
<li><p>An API for cross-document messaging, channel messaging and
2087+
sending messages to other tabs in the same origin (<code class="external" title="dom-window-postMessage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#dom-window-postmessage">postMessage()</a></code>,
2088+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messagechannel">MessageChannel</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#broadcastchannel">BroadcastChannel</a></code>).
20882089

20892090
<li><p>An API for runnings scripts in the background (<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#worker">Worker</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#sharedworker">SharedWorker</a></code>).
20902091

0 commit comments

Comments
 (0)