[heycam/webidl] [Exposed] check for overloaded operations makes no sense (#689)

> If [Exposed] appears on an overloaded operation, then it must appear identically on all overloads.

This can be worked around easily with two partial interfaces. Perhaps the check should be based on the exposure sets.

Note that `createObjectURL` used to have two overloads with different exposure; now it accepts `MediaSource` in workers even though it isn't exposed there.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/689

Received on Monday, 18 March 2019 16:58:47 UTC