- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 23 Aug 2026 00:45:25 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 23 August 2026 07:45:29 UTC
@annevk 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;
I think @jcayzac did the right thing.
The Compat specification is meant to be temporary. Prefixed features that end up widely deployed should just be standardized in the relevant specification, not separately.
We also don't want to introduce new features while making a big move like this.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/222#discussion_r3837991628
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/FileAPI/pull/222/review/5001918038@github.com>
Received on Sunday, 23 August 2026 07:45:29 UTC