[whatwg/streams] Editorial: align .webidl files with WebIDL from spec text (PR #1192)

Some of the recent changes to the WebIDL were only applied to the spec text, and not to the `.webidl` files of the reference implementation. Although these changes don't affect code generation, it's still better to keep them in sync.
* `void` and `Promise<void>` were replaced with `undefined` and `Promise<undefined>` (#1068)
* `ReadableStream`, `WritableStream` and `TransformStream` were marked `[Transferable]` (#1053)

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/1192

-- Commit Summary --

  * Editorial: align .webidl files with WebIDL from spec text

-- File Changes --

    M index.bs (8)
    M reference-implementation/lib/ReadableByteStreamController.webidl (6)
    M reference-implementation/lib/ReadableStream.webidl (6)
    M reference-implementation/lib/ReadableStreamBYOBReader.webidl (2)
    M reference-implementation/lib/ReadableStreamBYOBRequest.webidl (4)
    M reference-implementation/lib/ReadableStreamDefaultController.webidl (6)
    M reference-implementation/lib/ReadableStreamDefaultReader.webidl (2)
    M reference-implementation/lib/ReadableStreamGenericReader.webidl (4)
    M reference-implementation/lib/TransformStream.webidl (2)
    M reference-implementation/lib/TransformStreamDefaultController.webidl (6)
    M reference-implementation/lib/Transformer.webidl (4)
    M reference-implementation/lib/UnderlyingSink.webidl (6)
    M reference-implementation/lib/UnderlyingSource.webidl (4)
    M reference-implementation/lib/WritableStream.webidl (6)
    M reference-implementation/lib/WritableStreamDefaultController.webidl (2)
    M reference-implementation/lib/WritableStreamDefaultWriter.webidl (12)

-- Patch Links --

https://github.com/whatwg/streams/pull/1192.patch
https://github.com/whatwg/streams/pull/1192.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1192

Received on Wednesday, 1 December 2021 21:43:01 UTC