[Exposed] attribute on our APIs

<chair hat>
We've been asked (https://github.com/w3c/mediacapture-main/issues/163)
to add [Exposed] to our interfaces.

As I understand it, the default (what we have now) is functionally
equivalent to setting [Exposed=Window] - workers can't access these APIs.

The alternative is [Exposed=(Window,Worker)] if I understand things
correctly.

What considerations do people know of that dictate whether or not we
should expose APIs to workers or not?

Harald

Received on Wednesday, 22 April 2015 12:17:15 UTC