feat(storage-handling): passthrough session and local storage

This commit is contained in:
Kevin Kammleiter
2022-01-17 13:13:07 +01:00
parent e795b3369d
commit cbcc6647f2
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -43,6 +43,8 @@ var PhantomasWrapper = function() {
'block-domain': task.options.blockDomain,
'allow-domain': task.options.allowDomain,
'no-externals': task.options.noExternals,
'local-storage': task.options.localStorage,
'session-storage': task.options.sessionStorage,
// Mandatory
'analyze-css': true,