1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:57:46 +00:00

LibWeb: Port ProgressEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 14:04:14 +01:00 committed by Linus Groh
parent fe6b82b01c
commit ab6bd946d8
4 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Event.idl>
// https://xhr.spec.whatwg.org/#interface-progressevent
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), UseNewAKString]
interface ProgressEvent : Event {
constructor(DOMString type, optional ProgressEventInit eventInitDict = {});