| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 67812e8 commit 73a127b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -574,7 +574,7 @@ mc1.port2.postMessage(blob); | |||
| 574 | 574 | mc2.port2.postMessage(blob); | |
| 575 | 575 | ||
| 576 | 576 | // The Blob is still usable after posting. | |
| 577 | - data.text().then(console.log); | ||
| 577 | + blob.text().then(console.log); | ||
| 578 | 578 | ``` | |
| 579 | 579 | ||
| 580 | 580 | ```cjs | |
@@ -601,7 +601,7 @@ mc1.port2.postMessage(blob); | |||
| 601 | 601 | mc2.port2.postMessage(blob); | |
| 602 | 602 | ||
| 603 | 603 | // The Blob is still usable after posting. | |
| 604 | - data.text().then(console.log); | ||
| 604 | + blob.text().then(console.log); | ||
| 605 | 605 | ``` | |
| 606 | 606 | ||
| 607 | 607 | ## Class: `Buffer` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments