Skip to content

Commit

Permalink
Meta: export Blob's get stream algorithm (#182)
Browse files Browse the repository at this point in the history
Needed for Fetch: whatwg/fetch#1504.
  • Loading branch information
annevk committed Oct 20, 2022
1 parent e52fcec commit 57c12ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Their [=deserialization step=], given |serialized| and |value|, are:
2. Set |value|'s underlying byte sequence to |serialized|.\[[ByteSequence]].

<div algorithm="get stream">
A {{Blob}} |blob| has an associated <dfn for=Blob>get stream</dfn> algorithm,
A {{Blob}} |blob| has an associated <dfn export for=Blob>get stream</dfn> algorithm,
which runs these steps:

1. Let |stream| be a [=new=] {{ReadableStream}} created in |blob|'s [=relevant Realm=].
Expand Down

0 comments on commit 57c12ca

Please sign in to comment.