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:
@@ -24,8 +24,7 @@ enum XMLHttpRequestResponseType {
|
||||
"text"
|
||||
};
|
||||
|
||||
[Constructor/*,
|
||||
Exposed=Window,Worker*/]
|
||||
[Constructor, Exposed=(Window,Worker)]
|
||||
interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
||||
// event handler
|
||||
attribute EventHandler onreadystatechange;
|
||||
|
||||
Reference in New Issue
Block a user