mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
URL constructor overload support
Allow URL constructor to be created with another URL or an HTML element. Add URL set_search method. Remove no-longer-used url/query.zig
This commit is contained in:
@@ -911,7 +911,7 @@ pub fn Env(comptime State: type, comptime WebApis: type) type {
|
||||
// coerced to.
|
||||
var coerce_index: ?usize = null;
|
||||
|
||||
// the first field that we find which the js_Value is
|
||||
// the first field that we find which the js_value is
|
||||
// compatible with. A compatible field has higher precedence
|
||||
// than a coercible, but still isn't a perfect match.
|
||||
var compatible_index: ?usize = null;
|
||||
|
||||
Reference in New Issue
Block a user