mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Migrate to new constructor operation syntax
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://w3c.github.io/uievents/#interface-uievent
|
||||
[Constructor(DOMString type, optional UIEventInit eventInitDict = {})]
|
||||
interface UIEvent : Event {
|
||||
[Throws] constructor(DOMString type, optional UIEventInit eventInitDict = {});
|
||||
// readonly attribute WindowProxy? view;
|
||||
readonly attribute Window? view;
|
||||
readonly attribute long detail;
|
||||
|
||||
Reference in New Issue
Block a user