mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
add mtu options to network code
This commit is contained in:
parent
ec90cede42
commit
d093088616
8 changed files with 31 additions and 22 deletions
1
v86.d.ts
vendored
1
v86.d.ts
vendored
|
|
@ -333,6 +333,7 @@ export interface V86Options {
|
|||
dns_method?: "static" | "doh";
|
||||
doh_server?: string;
|
||||
cors_proxy?: string;
|
||||
mtu?: number;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue