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