From 353e79c796efc6c6aa328abb4d7cef5e642944af Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 14 Apr 2021 22:49:16 +0200 Subject: chore: align FormData to spec (#10169) This PR aligns `FormData` to spec. All WPT tests are passing. --- op_crates/fetch/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'op_crates/fetch/lib.rs') diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs index ae716af41..9eeda059a 100644 --- a/op_crates/fetch/lib.rs +++ b/op_crates/fetch/lib.rs @@ -70,6 +70,10 @@ pub fn init(isolate: &mut JsRuntime) { "deno:op_crates/fetch/20_headers.js", include_str!("20_headers.js"), ), + ( + "deno:op_crates/fetch/21_formdata.js", + include_str!("21_formdata.js"), + ), ( "deno:op_crates/fetch/26_fetch.js", include_str!("26_fetch.js"), -- cgit v1.2.3