[Webkit-unassigned] [Bug 214516] File constructor should replace all "/" chars with ":" in passed name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 9 13:02:02 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=214516
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |zlip.792 at gmail.com
Resolution|--- |WONTFIX
--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
Spec agreed that no special treatment need to be performed:
https://github.com/w3c/FileAPI/issues/41
Commit - https://github.com/w3c/FileAPI/commit/a7f27059f04dfe81d2b58c516549fd7004cf5e29
*** Using below:
console.log(new File([], '/').name);
All browsers (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6) generate "/" in console.
Since all browsers match and spec are changed, I am going to mark this as "RESOLVED WONTFIX". Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220809/4223738b/attachment.htm>
More information about the webkit-unassigned
mailing list