mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL
This commit is contained in:
parent
d25bd2dbd8
commit
f744c31a6f
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ interface WorkerGlobalScope : EventTarget {
|
||||||
readonly attribute WorkerNavigator navigator;
|
readonly attribute WorkerNavigator navigator;
|
||||||
undefined importScripts(USVString... urls);
|
undefined importScripts(USVString... urls);
|
||||||
|
|
||||||
// FIXME: Should be an OnErrorEventHandler
|
attribute OnErrorEventHandler onerror;
|
||||||
attribute EventHandler onerror;
|
|
||||||
|
|
||||||
attribute EventHandler onlanguagechange;
|
attribute EventHandler onlanguagechange;
|
||||||
attribute EventHandler onoffline;
|
attribute EventHandler onoffline;
|
||||||
attribute EventHandler ononline;
|
attribute EventHandler ononline;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue