Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Chrome local file system access API #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmiscool
Copy link
Owner

Update the fake backend to work with the Chrome local file system access API inside a web worker.

  • Modify docs/noInstall/fakeBackend/fileIO.js to use the Chrome local file system access API for file operations.
  • Integrate BrowserFileSystem in docs/noInstall/fs/browser.js with the fake backend and use the Chrome local file system access API.
  • Update docs/noInstall/fakeBackend/apiServer.js to use a web worker for handling file operations and initialize the web worker.
  • Modify docs/noInstall/main.js to initialize the file system and set up the application context using a web worker.

Update the fake backend to work with the Chrome local file system access API inside a web worker.

* Modify `docs/noInstall/fakeBackend/fileIO.js` to use the Chrome local file system access API for file operations.
* Integrate `BrowserFileSystem` in `docs/noInstall/fs/browser.js` with the fake backend and use the Chrome local file system access API.
* Update `docs/noInstall/fakeBackend/apiServer.js` to use a web worker for handling file operations and initialize the web worker.
* Modify `docs/noInstall/main.js` to initialize the file system and set up the application context using a web worker.
Copy link

cloudflare-workers-and-pages bot commented Jan 23, 2025

Deploying aicoder with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0c746b1
Status: ✅  Deploy successful!
Preview URL: https://85c852ea.aicoder-2fj.pages.dev
Branch Preview URL: https://integrate-chrome-fs-api.aicoder-2fj.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant