alepha@docs:~/docs/reference/providers$
cat WorkerdFileSystemProvider.md1 min read
Last commit:
#WorkerdFileSystemProvider
#Import
typescript
1import { WorkerdFileSystemProvider } from "alepha/system";
#Overview
Web-standard implementation of FileSystemProvider for Cloudflare Workers and other edge runtimes.
Uses only Web APIs (ReadableStream, TextEncoder, etc.) — no Node.js-specific APIs.
Provides working createFile with proper streaming support.
Filesystem operations (rm, cp, mv, etc.) are not available in edge runtimes and will throw.