-
Notifications
You must be signed in to change notification settings - Fork 66
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
Storage Foundation migration #330
Comments
Hey Dan, Our current focus is on Access Handles as the next iteration (and replacement) of Storage Foundation. While there might be some extensions to the Storage Foundation origin trial (currently running until 1 week before Chrome 96 reaches stable), it is unlikely that that particular surface will be available after the trial expires. There is a new Origin Trial happening for Sync Access Handles running from Chrome 95 to 98, you can register here if you'd like to try it out. While we are still receiving feedback and can make changes, we generally expect to ship something similar to what is in described in the proposal/exposed in the trial. I'll add a note on the Storage Foundation explainer to make this clearer. I hope this answers your question! |
@fivedots The Access Handles stuff still relies on async stuff, right?.... this is a significant departure from the SF api, and is a huge blocker for the current development we've been doing with storage foundation. |
This thrashing of apis and lack of communication is costing us a pretty significant amount of time and resources trying to see where google is going and what they will eventually support.... |
@hcldan, I have documented the migration steps taken so far in the File System Access article and have also added an aside to the storage foundation article. |
@tomayac Thank you for adding these notes, one major area of concern is that it seems a short-cut was taken to reduce the synchronous api access, access that used to be available from StorageFoundation apis. We have already started working and planning for using these apis in workers from WASM code. The current WASM FS implementation is not performant enough and has very undesirable consequences for large files. |
I'm not sure where to put this. I've been following Storage Foundation project for a while, as well as Native File System.
I have seen talk about convergence, and I agree that this would be a good thing. It seems Google has been flailing around in attempts to bring file system support to browsers, and some consolidation and solidity in these efforts is welcome.
I would like to know how the process of deprecating the other APIs (those in or out of origin-trials) will be done.
Can you please be more transparent about direction? I understand that you may still be working out what the direction will be, but it's hard for a company to see what's going on right now and know what horse to bet on.
The text was updated successfully, but these errors were encountered: