Skip to content

Commit 0455796

Browse files
authoredAug 8, 2022
Update README.md
1 parent 2acec9c commit 0455796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ let blob = await createTemporaryBlob(res.body, { type, signal })
112112
blob = undefined // loosing references will delete the file from disk
113113
```
114114

115-
`createTemporaryBlob(data, { type, signal })`
116-
`createTemporaryFile(data, FileName, { type, signal, lastModified })`
115+
- `createTemporaryBlob(data, { type, signal })`
116+
- `createTemporaryFile(data, FileName, { type, signal, lastModified })`
117117

118118
### Creating Blobs backed up by other async sources
119119
Our Blob & File class are more generic then any other polyfills in the way that it can accept any blob look-a-like item
@@ -133,4 +133,4 @@ See the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Blo
133133
[install-size-url]: https://packagephobia.now.sh/result?p=fetch-blob
134134
[fs-blobs]: https://github.com/nodejs/node/issues/37340
135135
[fsPromises.writeFile]: https://nodejs.org/dist/latest-v18.x/docs/api/fs.html#fspromiseswritefilefile-data-options
136-
[FinalizationRegistry]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
136+
[FinalizationRegistry]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry

0 commit comments

Comments
 (0)
Please sign in to comment.