sugoidogo 40424dde59
Release / release (push) Successful in 23s
fix handle.kind
2026-05-01 11:03:08 -07:00
2025-12-30 11:56:21 -08:00
2026-05-01 11:03:08 -07:00
2026-05-01 11:03:08 -07:00
2025-12-30 05:36:35 -08:00
2025-12-30 11:56:21 -08:00
2025-12-30 11:56:21 -08:00
2026-05-01 10:28:22 -07:00
2025-12-30 11:56:21 -08:00
2026-02-09 07:09:30 -08:00

Node File System Adapter

This is a small library that uses Node Web Streams and Blobs to implement FileSystemDirectoryHandle, allowing you to use or develop libraries compatible with both node and web with file system access.

Note that this library cannot provide the same security as the browser implementation, since malicious code can detect and use the node filesystem API directly. getDirectoryHandle and getFileHandle will still reject paths with seperators, preventing normal code from accessing files above the directory handle, but the class constructors (which are not present in the web filesystem api) have no such limitations.

S
Description
No description provided
Readme 76 KiB
Languages
TypeScript 100%