|
162 | 162 | ●●options
|
163 | 163 |
|
164 | 164 | spec_title:Streams
|
165 |
| -spec_date:2025-01-22 |
166 |
| -trans_update:2025-01-23 |
| 165 | +spec_date:2025-04-03 |
| 166 | +trans_update:2025-04-04 |
167 | 167 | source_checked:231113
|
168 | 168 | spec_status:LS
|
169 | 169 | original_url:https://streams.spec.whatwg.org/
|
|
272 | 272 | set-up-cross-realm-transform-readable:abstract-opdef-setupcrossrealmtransformreadable
|
273 | 273 | set-up-cross-realm-transform-writable:abstract-opdef-setupcrossrealmtransformwritable
|
274 | 274 |
|
275 |
| - rs-asynciterator:rs-asynciterator-prototype |
276 |
| - rs-asynciterator:default-reader-asynciterator-prototype-internal-slots |
277 |
| - |
278 | 275 | readable-byte-stream-tee:abstract-opdef-readablebytestreamtee
|
279 | 276 | readable-stream-default-tee:abstract-opdef-readablestreamdefaulttee
|
280 | 277 | readable-byte-stream-controller-get-byob-request:abstract-opdef-readablebytestreamcontrollergetbyobrequest
|
|
292 | 289 | rs-default-controller-private-releasesteps:abstract-opdef-readablestreamdefaultcontroller-releasesteps
|
293 | 290 | rbs-controller-private-releasesteps:abstract-opdef-readablebytestreamcontroller-releasesteps
|
294 | 291 |
|
| 292 | + ■旧 id |
| 293 | + rs-asynciterator:default-reader-asynciterator-prototype-internal-slots |
| 294 | + rs-asynciterator:rs-asynciterator-prototype |
| 295 | + generic-reader-closed:byob-reader-closed |
| 296 | + generic-reader-closed:default-reader-closed |
| 297 | + generic-reader-cancel:byob-reader-cancel |
| 298 | + generic-reader-cancel:default-reader-cancel |
| 299 | + ws-default-controller-private-abort:writable-stream-default-controller-abort |
295 | 300 |
|
296 | 301 | ●●mdn_urls
|
297 | 302 | bytelengthqueuingstrategy:API/ByteLengthQueuingStrategy
|
|
446 | 451 | rbsc.[[ReleaseSteps]]:#rbs-controller-private-releasesteps
|
447 | 452 |
|
448 | 453 | m.new ReadableStreamBYOBReader:#byob-reader-constructor
|
449 |
| -byob.closed:#byob-reader-closed |
450 |
| -byob.cancel:#byob-reader-cancel |
451 | 454 | byob.read:#byob-reader-read
|
452 | 455 | byob.releaseLock:#byob-reader-release-lock
|
453 | 456 |
|
|
1826 | 1829 | [FETCH]
|
1827 | 1830 | Anne van Kesteren. <Fetch Standard>. Living Standard. URL: https://fetch.spec.whatwg.org/
|
1828 | 1831 | [SERVICE-WORKERS]
|
1829 |
| - Jake Archibald; Marijn Kruisselbrink. <Service Workers>. URL: https://w3c.github.io/ServiceWorker/ |
| 1832 | + Yoshisato Yanagisawa; Monica CHINTALA. <Service Workers>. URL: https://w3c.github.io/ServiceWorker/ |
1830 | 1833 | [WASM-JS-API-1]
|
1831 | 1834 | Daniel Ehrenberg. <WebAssembly JavaScript Interface>. URL: https://webassembly.github.io/spec/js-api/
|
1832 | 1835 | [WASM-JS-API-2]
|
|
1853 | 1856 |
|
1854 | 1857 | Commits:
|
1855 | 1858 | <a href="https://github.com/whatwg/streams/commits">GitHub whatwg/streams/commits</a>
|
1856 |
| - <a href="https://streams.spec.whatwg.org/commit-snapshots/2811932a34b5cfdb0a6e33ad204f747ee9c71292" id="commit-snapshot-link">Snapshot as of this commit</a> |
| 1859 | + <a href="https://streams.spec.whatwg.org/commit-snapshots/080852ccd709e063cc6af239ae07fc040e365179" id="commit-snapshot-link">Snapshot as of this commit</a> |
1857 | 1860 | <a href="https://twitter.com/streamsstandard">@streamsstandard</a>
|
1858 | 1861 |
|
1859 | 1862 | テスト
|
@@ -18760,9 +18763,9 @@ <h4 title="Default controllers">5.5.4. 既定の制御器</h4>
|
18760 | 18763 | <ol>
|
18761 | 18764 | <li>
|
18762 | 18765 | ~Assert:
|
18763 |
| -%controller.`stream$wsdC.`state$wS ~IN { `erroring^l, `errored^l } |
| 18766 | +%controller.`stream$wsdC.`state$wS ~NEQ `writable^l |
18764 | 18767 | ◎
|
18765 |
| -Assert: controller.[[stream]].[[state]] is "erroring" or "errored". |
| 18768 | +Assert: controller.[[stream]].[[state]] is not "writable". |
18766 | 18769 | </li>
|
18767 | 18770 | <li>
|
18768 | 18771 | ~RET 1
|
@@ -27049,7 +27052,7 @@ <h2 title="Intellectual property rights">知的財産権</h2>
|
27049 | 27052 | </p>
|
27050 | 27053 |
|
27051 | 27054 | <p>
|
27052 |
| -This is the Living Standard. Those interested in the patent-review version should view the <a href="https://streams.spec.whatwg.org/review-drafts/2024-08/">Living Standard Review Draft</a>. |
| 27055 | +This is the Living Standard. Those interested in the patent-review version should view the <a href="https://streams.spec.whatwg.org/review-drafts/2025-02/">Living Standard Review Draft</a>. |
27053 | 27056 | </p>
|
27054 | 27057 | </div>
|
27055 | 27058 |
|
|
0 commit comments