mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Explicitly expose everything everywhere.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#mediaerror
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface MediaError {
|
||||
const unsigned short MEDIA_ERR_ABORTED = 1;
|
||||
const unsigned short MEDIA_ERR_NETWORK = 2;
|
||||
|
||||
Reference in New Issue
Block a user