diff --git a/open/wrapper/index.js b/open/wrapper/index.js index 2a599b2..ff2cb30 100644 --- a/open/wrapper/index.js +++ b/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.