Update index.js

main^2
catvod 2 years ago committed by GitHub
parent 85d6241a2d
commit 5a1cc7bd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      open/wrapper/index.js

@ -386,6 +386,13 @@ globalThis.JSFile = function (path) {
this.flush = async function () {
return;
};
/**
* File to sharedBuffer.
*/
this.shared = async function () {
return;
};
/**
* Closes the file descriptor.

Loading…
Cancel
Save