mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
change after rebase
This commit is contained in:
@@ -252,7 +252,7 @@ pub const URLSearchParams = struct {
|
|||||||
pub const ConstructorOptions = union(enum) {
|
pub const ConstructorOptions = union(enum) {
|
||||||
query_string: []const u8,
|
query_string: []const u8,
|
||||||
form_data: *const FormData,
|
form_data: *const FormData,
|
||||||
object: js.JsObject,
|
object: js.Object,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn constructor(maybe_options: ?ConstructorOptions, page: *Page) !URLSearchParams {
|
pub fn constructor(maybe_options: ?ConstructorOptions, page: *Page) !URLSearchParams {
|
||||||
|
|||||||
Reference in New Issue
Block a user