summaryrefslogtreecommitdiff
path: root/extensions/fetch/21_formdata.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/fetch/21_formdata.js')
-rw-r--r--extensions/fetch/21_formdata.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/fetch/21_formdata.js b/extensions/fetch/21_formdata.js
index a178025b7..beae69aca 100644
--- a/extensions/fetch/21_formdata.js
+++ b/extensions/fetch/21_formdata.js
@@ -241,6 +241,8 @@
webidl.mixinPairIterable("FormData", FormData, entryList, "name", "value");
+ webidl.configurePrototype(FormData);
+
class MultipartBuilder {
/**
* @param {FormData} formData