opendal icon indicating copy to clipboard operation
opendal copied to clipboard

feat(services/opfs): add delete/stat support for OPFS

Open crwen opened this issue 3 months ago • 0 comments

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 from core/tests/behavior

Notice:

  • list with recursive is not implemented
  • only file stat is supported, directory stat return default metadata now

Are there any user-facing changes?

crwen avatar Sep 06 '25 14:09 crwen