Commit 84e6dec
committed
webstreams: narrow ReadableStreamBYOBRequest.view to Uint8Array
ReadableStreamBYOBRequest.view is always constructed as a Uint8Array,
and the specification will be updated to enforce this. Reflect this
by changing the documented return type from ArrayBufferView to
Uint8Array.
Refs: whatwg/streams#1367
Fixes: #629521 parent 11f76b4 commit 84e6dec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
0 commit comments