1
Fork 0
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:
Idan Horowitz 2022-04-01 22:04:00 +03:00 committed by Ali Mohammad Pur
parent d25bd2dbd8
commit f744c31a6f

View file

@ -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;