GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.38k stars 84 forks source link

Describe differences to directly working with the File System Access API in README #71

Open thien-do opened 2 years ago

thien-do commented 2 years ago

Hi :D If you're ok, I'd like to have a small PR to add a small section to the README regarding the migration from the native file system.

Thing is, I used the native file system first, then as my app needs to go live, I adopt this library, and there are several things I learned that I think would be useful for others in similar situation.

For example:

tomayac commented 2 years ago

I like this idea. I would just call it "differences" rather than "migrating". The differences are that we need to be compatible with the legacy approach from an API input/output point of view. Please go ahead, and thanks again!

tomayac commented 2 years ago

If you're ok, I'd like to have a small PR to add a small section to the README regarding the migration from the native file system.

@thien-do Friendly ping, are you still interested in this?

thien-do commented 2 years ago

Hey @tomayac , sorry I can't do it :(