mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
parent
406be7accf
commit
91c61ae751
10 changed files with 72 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#the-errorevent-interface
|
||||
|
||||
[Constructor(DOMString type, optional ErrorEventInit eventInitDict)/*, Exposed=(Window,Worker)*/]
|
||||
interface ErrorEvent : Event {
|
||||
readonly attribute DOMString message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue