- From: Matt Giuca <notifications@github.com>
- Date: Sun, 30 Sep 2018 23:00:57 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 October 2018 06:01:19 UTC
OK thanks @bzbarsky for explaining those. I now understand that the call to the getter happens during the IDL processing (converting a JavaScript Object to a `ShareData` value), before any of the Web Share algorithm steps take place, and thus the order of the steps is irrelevant. Therefore, my points 2–5 are invalid, and this is actually a much better reflection of whether the `files` attribute exists in the implementation's IDL dictionary than I had previously thought. I still stand by points 1 and 6. This is still relying on URL processing to reject before `share` has any side effects. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/107#issuecomment-425797757
Received on Monday, 1 October 2018 06:01:19 UTC