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

Provide consistent webkitRelativePath #10

Closed RReverser closed 4 years ago

RReverser commented 4 years ago

Before this, demo of opening a directory returned different filenames depending on the implementation used.

This PR polyfills a webkitRelativePath, making underlying implementations even less distinguishable.