[Bug 19594] remove "BLOB" from url usage for createObjectURL()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19594

--- Comment #12 from Harald Alvestrand <harald@alvestrand.no> ---
Suggested resolution:

CreateObjectURL returns an URL that can be used for setting as the .src URL of
a <video> or <audio> element. The platform guarantees that it can be used for
this purpose, and it guarantees that it can be used for this purpose once.

The effect of video.src = CreateObjectURL(stream) should be exactly the same
as video.srcObject = stream.

This specification should not need to make any more statements than this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 August 2013 10:58:30 UTC