- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 02 Apr 2026 10:54:32 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 April 2026 17:54:36 UTC
saschanaz created an issue (whatwg/streams#1365) ### What is the issue with the Streams Standard? Those are intended to be internal and should not be marked as data-export. But things like https://streams.spec.whatwg.org/#readable-stream-cancel gets: ```html <dfn class="dfn-paneled has-dfn-panel" data-dfn-type="abstract-op" data-export="" data-lt="ReadableStreamCancel" id="readable-stream-cancel" role="button" aria-expanded="true" tabindex="100">ReadableStreamCancel(<var>stream</var>, <var>reason</var>)<button class="specmonkey-box-button"><img src="moz-extension://19959b45-e51e-4132-a315-badf5b67dba2/searchfox.png" alt="SpecMonkey" class="specmonkey-box-icon"></button></dfn> ``` Not quite sure where the `data-export` is coming from, it's not in the source: https://github.com/whatwg/streams/blob/76113627313e3e81e0d2c80141b9da6f84881e5f/index.bs#L2711-L2712 Perhaps the explicit ID is somehow making it exported? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1365 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1365@github.com>
Received on Thursday, 2 April 2026 17:54:36 UTC