Eric Bidelman

Results 306 comments of Eric Bidelman

Agreed. It should do what the specs says. If the spec doesn't have answers, turn to Chrome's implementation :)

Right now `.toURL()` does what the Filesytem API does, which is to generate a `filesystem:` URL string. Creating a blob and a `blob:` URL from is are also synchronous operations....

It's an interesting idea, but we're talking possibly hundres of object URLs. I think you're right it's not the memory tradeoff.

That might be worth doing, although `revokeObjectURL` should be called if something tries calling `toURL()` on the same blob. That would require some bookkeeping.

File is a Blob-like interface, so it already does inherit. This has been supported for a while: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsArrayBuffer What version of FF are you using? The following works for me:...

Can you provide more info? Console errors, etc. I just tried and it's working for me.

Can you give me more details? What do see? What do you expect to happen. A screenshot would also be helpful.

> after that just add an new item at top of this array How are you doing that?

Yea, I see what you mean. The proper fix is probably upstream in iron-selector.