- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 12 Feb 2023 23:58:49 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 February 2023 07:59:02 UTC
I think `crossOrigin` is confusing given the feature in HTML with the same name that kinda means the opposite of this. Cross-origin `blob:` URL also seems confusing and doesn't really work well if we ever allow navigating to or downloading `Blob` objects directly. This is probably the correct design, but it does make me a bit uneasy that we copy the policy container when doing `URL.createObjectURL()`. Now if origin becomes part of the policy container how would we reconcile this? cc @antosart -- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/192#issuecomment-1427497507 You are receiving this because you are subscribed to this thread. Message ID: <w3c/FileAPI/issues/192/1427497507@github.com>
Received on Monday, 13 February 2023 07:59:02 UTC