File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const WebApis = struct {
3535 @import ("storage/storage.zig" ).Interfaces ,
3636 @import ("url/url.zig" ).Interfaces ,
3737 @import ("xhr/xhr.zig" ).Interfaces ,
38- @import ("url /form_data.zig" ).Interfaces ,
38+ @import ("xhr /form_data.zig" ).Interfaces ,
3939 @import ("xmlserializer/xmlserializer.zig" ).Interfaces ,
4040 });
4141};
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ pub const Interfaces = .{
4646// This is much easier to do with an ArrayList than a HashMap, especially given
4747// that the FormData could be mutated while iterating.
4848// The downside is that most of the normal operations are O(N).
49+
50+ // https://xhr.spec.whatwg.org/#interface-formdata
4951pub const FormData = struct {
5052 entries : std .ArrayListUnmanaged (Entry ),
5153
You can’t perform that action at this time.
0 commit comments