mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL
This commit is contained in:
parent
d25bd2dbd8
commit
f744c31a6f
Notes:
sideshowbarker
2024-07-17 16:20:35 +09:00
Author: https://github.com/IdanHo
Commit: f744c31a6f
Pull-request: https://github.com/SerenityOS/serenity/pull/13420
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