[html5] r1890 - [e] (0) add issue markers for sending structured data over postMessage
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 18 03:24:36 PDT 2008
Author: ianh
Date: 2008-07-18 03:24:35 -0700 (Fri, 18 Jul 2008)
New Revision: 1890
Modified:
index
source
Log:
[e] (0) add issue markers for sending structured data over postMessage
Modified: index
===================================================================
--- index 2008-07-18 09:47:28 UTC (rev 1889)
+++ index 2008-07-18 10:24:35 UTC (rev 1890)
@@ -1631,6 +1631,9 @@
<li><a href="#posting0"><span class=secno>7.4.4 </span>Posting message
ports</a>
+
+ <li><a href="#posting1"><span class=secno>7.4.5 </span>Posting
+ structured data</a>
</ul>
<li><a href="#channel"><span class=secno>7.5 </span>Channel
@@ -42032,6 +42035,11 @@
<p>Send a 0xff byte to the server.
</ol>
+ <p class=big-issue>People often request the ability to send binary blobs
+ over this API; also, once the other postMessage() methods support it, we
+ should look into allowing name/value pairs, arrays, and numbers using
+ postMessage() instead of just strings and binary data.
+
<h5 id=server-side><span class=secno>7.3.4.2. </span>Server-side
requirements</h5>
@@ -42468,6 +42476,11 @@
sections be kept separate so that implementors can avoid getting
confused with the 'port' step. -->
+ <h4 id=posting1><span class=secno>7.4.5 </span>Posting structured data</h4>
+
+ <p class=big-issue>People often request the ability to send name/value
+ pairs, arrays, and numbers using postMessage() instead of just strings.
+
<h3 id=channel><span class=secno>7.5 </span><dfn id=channel0>Channel
messaging</dfn></h3>
@@ -42761,6 +42774,9 @@
<!-- XXX queue -->
</ol>
+ <p class=big-issue>People often request the ability to send name/value
+ pairs, arrays, and numbers using postMessage() instead of just strings.
+
<hr>
<p>The <dfn id=close2
Modified: source
===================================================================
--- source 2008-07-18 09:47:28 UTC (rev 1889)
+++ source 2008-07-18 10:24:35 UTC (rev 1890)
@@ -39647,7 +39647,13 @@
</ol>
+ <p class="big-issue">People often request the ability to send binary
+ blobs over this API; also, once the other postMessage() methods
+ support it, we should look into allowing name/value pairs, arrays,
+ and numbers using postMessage() instead of just strings and binary
+ data.</p>
+
<h5>Server-side requirements</h5>
<p><em>This section only applies to servers.</em></p> <!-- XXX that's not a defined conformance class -->
@@ -40155,9 +40161,15 @@
confused with the 'port' step. -->
+ <h4>Posting structured data</h4>
+ <p class="big-issue">People often request the ability to send
+ name/value pairs, arrays, and numbers using postMessage() instead of
+ just strings.</p>
+
+
<h3><dfn>Channel messaging</dfn></h3>
<h4>Introduction</h4>
@@ -40428,6 +40440,10 @@
</ol>
+ <p class="big-issue">People often request the ability to send
+ name/value pairs, arrays, and numbers using postMessage() instead of
+ just strings.</p>
+
<hr>
<p>The <dfn title="dom-MessagePort-close"><code>close()</code></dfn>
More information about the Commit-Watchers
mailing list