summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/FormDataEvent.idl
diff options
context:
space:
mode:
authorKenneth Myhra <kennethmyhra@gmail.com>2023-03-05 10:53:19 +0100
committerLinus Groh <mail@linusgroh.de>2023-03-05 18:25:59 +0000
commitbb7ae423d5deb6be83f4cdada353422cb10f3714 (patch)
treeef197d27455359f9dd6dae09028199077205a40e /Userland/Libraries/LibWeb/HTML/FormDataEvent.idl
parenteed69e5093011aad0663a705c982302180dd0c64 (diff)
downloadserenity-bb7ae423d5deb6be83f4cdada353422cb10f3714.zip
LibWeb: Port FormDataEvent to new String
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/FormDataEvent.idl')
-rw-r--r--Userland/Libraries/LibWeb/HTML/FormDataEvent.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/FormDataEvent.idl b/Userland/Libraries/LibWeb/HTML/FormDataEvent.idl
index 3b198d7658..d21e8116d3 100644
--- a/Userland/Libraries/LibWeb/HTML/FormDataEvent.idl
+++ b/Userland/Libraries/LibWeb/HTML/FormDataEvent.idl
@@ -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);