- From: Ms2ger <notifications@github.com>
- Date: Mon, 18 Mar 2019 09:27:15 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 March 2019 16:27:36 UTC
Ms2ger commented on this pull request. > @@ -1730,14 +1729,14 @@ and presents methods for <a>blob URL</a> creation and revocation. <pre class="idl"> [Exposed=(Window,DedicatedWorker,SharedWorker)] partial interface URL { - static DOMString createObjectURL(Blob blob); + static DOMString createObjectURL((Blob or MediaSource) obj); Is this valid? `MediaSource` is not exposed everywhere `URL` is. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/pull/103#pullrequestreview-215709144
Received on Monday, 18 March 2019 16:27:36 UTC