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 092f6a6 commit 8cde0f0Copy full SHA for 8cde0f0
src/browser/url/url.zig
@@ -250,7 +250,7 @@ pub const URLSearchParams = struct {
250
pub const ConstructorOptions = union(enum) {
251
query_string: []const u8,
252
form_data: *const FormData,
253
- object: js.JsObject,
+ object: js.Object,
254
};
255
256
pub fn constructor(maybe_options: ?ConstructorOptions, page: *Page) !URLSearchParams {
0 commit comments