diff options
author | AbhishekSharma102 <20724848+AbhishekSharma102@users.noreply.github.com> | 2020-07-13 06:04:00 +0000 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-07-21 16:20:51 -0400 |
commit | 1119dd119ed335b6d6e448290b56e0eeab6de25f (patch) | |
tree | c1d2ae2b369a20923cfe8e24496193896c4ad473 /resources | |
parent | bfb7bea704340e19583b04fb02b444fadd35e9e1 (diff) | |
download | servo-1119dd119ed335b6d6e448290b56e0eeab6de25f.tar.gz servo-1119dd119ed335b6d6e448290b56e0eeab6de25f.zip |
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>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/prefs.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/prefs.json b/resources/prefs.json index d48175de8b4..ecb0e31faa0 100644 --- a/resources/prefs.json +++ b/resources/prefs.json @@ -18,6 +18,7 @@ "dom.offscreen_canvas.enabled": false, "dom.permissions.enabled": false, "dom.permissions.testing.allowed_in_nonsecure_contexts": false, + "dom.script.asynch": true, "dom.serviceworker.enabled": false, "dom.serviceworker.timeout_seconds": 60, "dom.servo_helpers.enabled": false, |