file-system-access icon indicating copy to clipboard operation
file-system-access copied to clipboard

Support write-only handles

Open foolip opened this issue 6 years ago • 2 comments

The inline issue in https://wicg.github.io/native-file-system/#api-filesystemhandle-querypermission states:

the currently described API here assumes a model where it is not possible to have a write-only handle. I.e. it is not possible to have or request write access without also having read access. There definitely are use cases for write-only handles (i.e. directory downloads), so we might have to reconsider this.

https://github.com/WICG/native-file-system/issues/29 is about one use case for this, but I couldn't find an issue that would cover write-only directory downloads, so here it is.

foolip avatar Nov 20 '19 11:11 foolip

The changing of the API file code

jromy5 avatar May 03 '20 02:05 jromy5