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.
openAsBlob
1 parent 7731f08 commit 16f6150Copy full SHA for 16f6150
src/runtime/node/fs/_fs.ts
@@ -89,6 +89,8 @@ export const watchFile: typeof fs.watchFile =
89
export const write: typeof fs.write = notImplementedAsync("fs.write");
90
export const writev: typeof fs.writev = notImplementedAsync("fs.writev");
91
export const _toUnixTimestamp = notImplementedAsync("fs._toUnixTimestamp");
92
+export const openAsBlob: typeof fs.openAsBlob =
93
+ notImplementedAsync("fs.openAsBlob");
94
95
// Sync
96
export const appendFileSync: typeof fs.appendFileSync =
0 commit comments