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 af9b9ae commit 5cafa5eCopy full SHA for 5cafa5e
src/tutorials/0005-regular-files-api/07.js
@@ -65,7 +65,7 @@ const run = async () => {
65
66
// we've taken care of converting the buffer to a string in the return statement below
67
68
- return bufferedContents.toString()
+ return new TextDecoder().decode(bufferedContents)
69
70
}
71
return run
0 commit comments