1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

LibWeb: Port FormDataEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 10:53:19 +01:00 committed by Linus Groh
parent eed69e5093
commit bb7ae423d5
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#import <XHR/FormData.idl>
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-formdataevent-interface
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface FormDataEvent : Event {
constructor(DOMString type, FormDataEventInit eventInitDict);