- From: <bugzilla@jessica.w3.org>
- Date: Wed, 21 May 2014 13:01:40 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25832 Adam Bergkvist <adam.bergkvist@ericsson.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adam.bergkvist@ericsson.com --- Comment #1 from Adam Bergkvist <adam.bergkvist@ericsson.com> --- The readonly only prevents the script from assigning the attribute to an entirely new MediaStream. Returning a copy with getStream() wouldn't help since you can still have the reference to the stream you passed in to the MediaRecorder() constructor. To prevent this, we would have to have a "readonly mode" for the stream. I'm not sure we want/need that. -- 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 May 2014 13:01:42 UTC