Skip to content

Commit

Permalink
Meta: export disturbed and locked Body definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
isonmad authored and annevk committed Jan 16, 2017
1 parent 30aa71f commit 82380e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fetch.bs
Expand Up @@ -4334,12 +4334,12 @@ due course.
a <dfn id=concept-body-mime-type for=Body>MIME type</dfn> (initially the empty byte sequence).

<p>An object implementing the {{Body}} mixin is said to be
<dfn id=concept-body-disturbed for=Body>disturbed</dfn> if <a for=Body>body</a> is
<dfn export id=concept-body-disturbed for=Body>disturbed</dfn> if <a for=Body>body</a> is
non-null and its <a for=body>stream</a> is
<a for=ReadableStream>disturbed</a>.

<p>An object implementing the {{Body}} mixin is said to be
<dfn id=concept-body-locked for=Body>locked</dfn> if <a for=Body>body</a> is
<dfn export id=concept-body-locked for=Body>locked</dfn> if <a for=Body>body</a> is
non-null and its <a for=body>stream</a> is
<a for=ReadableStream>locked</a>.

Expand Down Expand Up @@ -5555,6 +5555,7 @@ Hiroshige Hayashizaki,
Honza Bambas,
Ian Hickson,
Ilya Grigorik,
isonmad,
Jake Archibald<!-- technically B.J. Archibald -->,
James Graham,
Janusz Majnert,
Expand Down

0 comments on commit 82380e5

Please sign in to comment.