We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67812e8 commit 73a127bCopy full SHA for 73a127b
doc/api/buffer.md
@@ -574,7 +574,7 @@ mc1.port2.postMessage(blob);
574
mc2.port2.postMessage(blob);
575
576
// The Blob is still usable after posting.
577
-data.text().then(console.log);
+blob.text().then(console.log);
578
```
579
580
```cjs
@@ -601,7 +601,7 @@ mc1.port2.postMessage(blob);
601
602
603
604
605
606
607
## Class: `Buffer`
0 commit comments