Re: [Bug 22594] noaccess / peerIdentity as constraints

Discovered this sitting in my drafts for a month. As it happens, I wrote
done code for this just this afternoon.

On 25 February 2014 06:07, Jim Barnett <1jhbarnett@gmail.com> wrote:
> When do you signal an error if someone tries to record an
> isolated/unrecordable stream? When start() is called? (that's what I would
> expect.)

For recording, yes, a SecurityError is thrown when start is called. But
actually, that's not sufficient, because for the general case, streams can
change their isolation property over time. (I'm working on it.)

Received on Tuesday, 25 March 2014 04:54:55 UTC