diff options
Diffstat (limited to 'ext/fetch/21_formdata.js')
-rw-r--r-- | ext/fetch/21_formdata.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/21_formdata.js b/ext/fetch/21_formdata.js index d905ec7c4..84d31898e 100644 --- a/ext/fetch/21_formdata.js +++ b/ext/fetch/21_formdata.js @@ -266,7 +266,7 @@ class FormData { webidl.mixinPairIterable("FormData", FormData, entryList, "name", "value"); -webidl.configurePrototype(FormData); +webidl.configureInterface(FormData); const FormDataPrototype = FormData.prototype; const ESCAPE_FILENAME_PATTERN = new SafeRegExp(/\r?\n|\r/g); |