Re: [w3c/FileAPI] Fold File and Directory Entries API into File API (PR #222)

@jcayzac commented on this pull request.



> @@ -704,6 +883,7 @@ interface File : Blob {
               optional FilePropertyBag options = {});
   readonly attribute DOMString name;
   readonly attribute long long lastModified;
+  readonly attribute USVString webkitRelativePath;

@marcoscaceres That's fine by me. I was told merging as-is was higher priority than unprefixing and solving existing issues but I can start doing that now.

So this would need to be replaced with an unprefixed `relativePath` for the purpose of this spec, right? And to get commitment from browsers + have the old prefixed version in Compat.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/222#discussion_r3618539864
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/pull/222/review/4740097666@github.com>

Received on Tuesday, 21 July 2026 00:34:32 UTC