diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2021-05-10 12:02:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 12:02:47 +0200 |
commit | dfe528198d363ebc883da84dc816bce112ecd24b (patch) | |
tree | dfa0e67521a5b0a968b57514aa02fc8f114d4132 /cli/standalone.rs | |
parent | 32ad8f77d68df04e26ecaed71bdd8d37f048218a (diff) |
feat: add WebStorage API (#7819)
This commit introduces localStorage and sessionStorage.
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r-- | cli/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 83879a163..e0b131eb8 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -191,6 +191,7 @@ pub async fn run( no_color: !colors::use_color(), get_error_class_fn: Some(&get_error_class_name), location: metadata.location, + location_data_dir: None, blob_url_store, }; let mut worker = |