Closed jan-ivar closed 5 years ago
Making both [SecureContext] sgtm
@alvestrand @dontcallmedom was this by any chance touched on during TPAC? If so, would love to see what the outcome of this was!
@cynthia Yes, from minutes and recollection, both setSinkId
and sinkId
to be SecureContext only.
Has PR.
Since the PR has landed, would it make sense to close this?
Following on https://github.com/w3c/webrtc-pc/issues/1945, would it make sense to make setSinkId
[SecureContext]
? I.e.We're looking for guidance on implementing it in Firefox.
Currently, in Chrome this method exists in http, but is pretty much useless (
SecurityError
).As to the read-only
sinkId
attribute, we could leave it (""
) or make it SecureContext as well (undefined
). With no way to affect the attribute, it serves little purpose.