Posted inCloudflare Workers
Workers – The Node.js and Web File System APIs in Workers
Implementations of the node:fs module and the Web File System API are now available in Workers. Using the node:fs module The node:fs module provides access to a virtual file system in Workers. You can use it to read and write…