We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c116054 commit 900c8d2Copy full SHA for 900c8d2
src/browser/url/url.zig
@@ -252,7 +252,7 @@ pub const URLSearchParams = struct {
252
pub const ConstructorOptions = union(enum) {
253
query_string: []const u8,
254
form_data: *const FormData,
255
- object: js.JsObject,
+ object: js.Object,
256
};
257
258
pub fn constructor(maybe_options: ?ConstructorOptions, page: *Page) !URLSearchParams {
0 commit comments