|
@@ -144,6 +144,7 @@ async function saveContent(message, tab) {
|
|
|
options.shadowRoots = message.shadowRoots;
|
|
options.shadowRoots = message.shadowRoots;
|
|
|
options.referrer = message.referrer;
|
|
options.referrer = message.referrer;
|
|
|
options.updatedResources = message.updatedResources;
|
|
options.updatedResources = message.updatedResources;
|
|
|
|
|
+ options.worklets = message.worklets;
|
|
|
options.adoptedStyleSheets = message.adoptedStyleSheets;
|
|
options.adoptedStyleSheets = message.adoptedStyleSheets;
|
|
|
options.visitDate = new Date(message.visitDate);
|
|
options.visitDate = new Date(message.visitDate);
|
|
|
options.backgroundTab = true;
|
|
options.backgroundTab = true;
|