opendal
opendal copied to clipboard
feat(services/opfs): add delete/stat support for OPFS
Which issue does this PR close?
Related to #5799.
Rationale for this change
What changes are included in this PR?
- Add read/write/delete/list support for OPFS
- Add some tests(I'm not sure if it's appropriate to place the tests to
core/edge/opfs_on_wasm). These tests are basically copied fromcore/tests/behavior
Notice:
- list with recursive is not implemented
- only file stat is supported, directory stat return default metadata now