Re: Discussion of File API at TPAC in Lyon

On Tue, 16 Nov 2010 01:35:05 +0100, Jonas Sicking <jonas@sicking.cc> wrote:
> Ok, here is what I'll propose as the final solution:
>
> FileAPI will define the following WebIDL:
>
> [Supplemental]
> interface URL {
>   static DOMString createObjectURL(in Blob blob);
>   static void revokeObjectURL(in DOMString url);
> };
>
> [...]
>
> Unless I hear otherwise from people, I'll assume that everyone is
> happy with this.

This looks great. Will this make it into Firefox 4?


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 16 November 2010 12:17:58 UTC