mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Added off thread compilation
Co-authored-by: Gregory Terzian <2792687+gterzian@users.noreply.github.com> Co-authored-by: Abhishek Sharma <20724848+AbhishekSharma102@users.noreply.github.com>
This commit is contained in:
parent
bfb7bea704
commit
1119dd119e
8 changed files with 310 additions and 85 deletions
|
@ -186,6 +186,9 @@ mod gen {
|
|||
allowed_in_nonsecure_contexts: bool,
|
||||
}
|
||||
},
|
||||
script: {
|
||||
asynch: bool,
|
||||
},
|
||||
serviceworker: {
|
||||
enabled: bool,
|
||||
timeout_seconds: i64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue