- From: dannyjr894 <notifications@github.com>
- Date: Thu, 21 Mar 2019 20:24:48 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 March 2019 03:25:10 UTC
Allow extentions (#103) On Mon, Mar 18, 2019, 9:52 AM Anne van Kesteren <notifications@github.com> wrote: > *@annevk* commented on this pull request. > ------------------------------ > > In index.bs > <https://github.com/w3c/FileAPI/pull/103#discussion_r266540535>: > > > @@ -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); > > I'm pretty sure we had this discussion before (likely different people) > and decided it ought to work. See also send() in > https://xhr.spec.whatwg.org/#interface-xmlhttprequest. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/w3c/FileAPI/pull/103#discussion_r266540535>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/Alq9QxzX_cUbKkrMTWDGblfwuX1BuA7Lks5vX8RQgaJpZM4Us_RP> > . > -- 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#issuecomment-475481188
Received on Friday, 22 March 2019 03:25:10 UTC