mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
cdp: do not throw error on json parse for unknown fields
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -150,6 +150,7 @@ pub const IncomingMessage = struct {
|
|||||||
|
|
||||||
// parse "params"
|
// parse "params"
|
||||||
const options = std.json.ParseOptions{
|
const options = std.json.ParseOptions{
|
||||||
|
.ignore_unknown_fields = true,
|
||||||
.max_value_len = self.scanner.input.len,
|
.max_value_len = self.scanner.input.len,
|
||||||
.allocate = .alloc_always,
|
.allocate = .alloc_always,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user