diff options
author | skrzyp1 <skrzyp2@gmail.com> | 2020-06-02 19:32:52 +0200 |
---|---|---|
committer | skrzyp1 <skrzyp2@gmail.com> | 2020-06-02 21:23:45 +0200 |
commit | ee6906443f9c60c60e38e6f6daaeb585fa886540 (patch) | |
tree | 9b6195a7f49f137d1c5bb6c14cb585429f565e26 /components/script_traits/lib.rs | |
parent | 6a1cb940bf3b21c694b026755e78dbc9d02d7539 (diff) | |
download | servo-ee6906443f9c60c60e38e6f6daaeb585fa886540.tar.gz servo-ee6906443f9c60c60e38e6f6daaeb585fa886540.zip |
reading unminified scripts from disk
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 60dbca3cdea..84314244f87 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -697,6 +697,7 @@ pub trait ScriptThreadFactory { relayout_event: bool, prepare_for_screenshot: bool, unminify_js: bool, + local_script_source: Option<String>, userscripts_path: Option<String>, headless: bool, replace_surrogates: bool, |