- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 27 Feb 2012 16:53:52 +0000
- To: public-dap-commits@w3.org
changeset: 67:626e244814cd tag: tip user: Robin Berjon <robin@berjon.com> date: Mon Feb 27 17:53:47 2012 +0100 files: media-stream-capture/FPWD.html media-stream-capture/scenarios.html description: bad link again diff -r 07b47e19b71b -r 626e244814cd media-stream-capture/FPWD.html --- a/media-stream-capture/FPWD.html Mon Feb 27 17:48:43 2012 +0100 +++ b/media-stream-capture/FPWD.html Mon Feb 27 17:53:47 2012 +0100 @@ -1183,7 +1183,7 @@ <code>XMLHttpRequest</code>, form submission in HTML, message passing between documents and web workers (<code>postMessage</code>), and Indexed DB all support <code>Blob</code> use. </li> - <li><a href="http://dvcs.w3.org/hg/webapps/raw-file/tip/StreamAPI/Overview.htm">Stream API</a>. A new addition to + <li>Stream API. A new addition to the WebApps WG, the <code>Stream</code> is another general-purpose binary container. The primary differences between a <code>Stream</code> and a <code>Blob</code> is that the <code>Stream</code> is read-once, and has no length. The Stream API includes a mechanism to buffer from a <code>Stream</code> into a <code>Blob</code>, and diff -r 07b47e19b71b -r 626e244814cd media-stream-capture/scenarios.html --- a/media-stream-capture/scenarios.html Mon Feb 27 17:48:43 2012 +0100 +++ b/media-stream-capture/scenarios.html Mon Feb 27 17:53:47 2012 +0100 @@ -735,7 +735,7 @@ <code>XMLHttpRequest</code>, form submission in HTML, message passing between documents and web workers (<code>postMessage</code>), and Indexed DB all support <code>Blob</code> use. </li> - <li><a href="http://dvcs.w3.org/hg/webapps/raw-file/tip/StreamAPI/Overview.htm">Stream API</a>. A new addition to + <li>Stream API. A new addition to the WebApps WG, the <code>Stream</code> is another general-purpose binary container. The primary differences between a <code>Stream</code> and a <code>Blob</code> is that the <code>Stream</code> is read-once, and has no length. The Stream API includes a mechanism to buffer from a <code>Stream</code> into a <code>Blob</code>, and
Received on Monday, 27 February 2012 16:53:59 UTC