8000 GitHub - web4more/fileapi: 📂 Node.js polyfill for the rest of the File API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

web4more/fileapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 Under construction 👷‍♂️

File API polyfill

📂 Isomorphic File, FileReader, and FileReaderSync for Node.js, Deno, Bun, and browsers

Installation

You can install this package using npm, [Yarn], or [pnpm]. Whatever floats your boat! ⛵

npm install @webfill/fileapi

Usage

import "@webfill/fileapi";

const blob = new Blob(["Hello world!"]);
const text = new FileReaderSync().readAsText(blob);

Development

TODO: Add development section

About

📂 Node.js polyfill for the rest of the File API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0