Skip to content

Commit

Permalink
[WritableStreamDefaultWriter/write] write() method, not property (mdn…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Jan 12, 2021
1 parent 3afd6be commit 14b62ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---
<p>{{APIRef("Streams")}}{{SeeCompatTable}}</p>

<p>The <strong><code>write()</code></strong> property of the
<p>The <strong><code>write()</code></strong> method of the
{{domxref("WritableStreamDefaultWriter")}} interface writes a passed chunk of data to a
{{domxref("WritableStream")}} and its underlying sink, then returns a
{{jsxref("Promise")}} that resolves to indicate the success or failure of the write
Expand Down

0 comments on commit 14b62ea

Please sign in to comment.