mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +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;
|
||||
undefined importScripts(USVString... urls);
|
||||
|
||||
// FIXME: Should be an OnErrorEventHandler
|
||||
attribute EventHandler onerror;
|
||||
|
||||
attribute OnErrorEventHandler onerror;
|
||||
attribute EventHandler onlanguagechange;
|
||||
attribute EventHandler onoffline;
|
||||
attribute EventHandler ononline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue