Skip to main content

@miyauci/fs@1.0.0-beta.19
Built and signed on GitHub Actions

File System Standard, based on WHATWG spec reference implementation

This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
Published
a month ago (1.0.0-beta.19)

default

Provides JavaScript modules compliant with the File System Standard's WebIDL and algorithms.

I
FileSystemAccessResult

Struct encapsulating the result of querying or requesting access to the file system.

T
FileSystemLocator

A potential location of a file system entry.

T
FileSystemPath

A list of one or more strings.

c
FileSystemSyncAccessHandle

Object that is capable of reading from/writing to, as well as obtaining and changing the size of, a single file.

c
FileSystemWritableFileStream

WritableStream object with additional convenience methods, which operates on a single file on disk.

T
ValidFileName

A string that is not an empty string, is not equal to "." or "..", and does not contain '/' or any other character used as path separator on the underlying platform.

deno

File system related modules for Deno runtime.

c
FileSystem

File system for Deno runtime.

c
LocalFileSystem

Local file system manager.

node

File system related modules for Node.js runtime.

c
FileSystem

File system for Node.js runtime.

c
LocalFileSystem

Local file system manager.