1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

LibWeb: Port SubmitEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 10:58:45 +01:00 committed by Linus Groh
parent dd2d029952
commit cec1cda8b0
4 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submitevent
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface SubmitEvent : Event {
constructor(DOMString type, optional SubmitEventInit eventInitDict = {});