ladybird/Libraries/LibWeb/HTML/AbstractWorker.idl

5 lines
142 B
Text
Raw Normal View History

// https://html.spec.whatwg.org/multipage/workers.html#abstractworker
interface mixin AbstractWorker {
attribute EventHandler onerror;
};