Re: [w3c/FileAPI] Remove the / -> : replacement from the File constructor (#41)

In the Entries API, a name cannot contain '/' (https://wicg.github.io/entries-api/#names-paths). That spec uses '/' as directory separator here: https://wicg.github.io/entries-api/#evaluate-a-path
We should try to keep the File API compatible with the Entries API.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/41#issuecomment-637306250

Received on Tuesday, 2 June 2020 06:25:59 UTC