fix: pageshot not removed from page snapshot

This commit is contained in:
yanlong.wang 2024-09-26 15:55:16 +08:00
parent 8008e53d57
commit f531056bbd
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 3 additions and 2 deletions

View File

@ -484,7 +484,8 @@ export class CrawlerHost extends RPCHost {
Buffer.from(
JSON.stringify({
...snapshot,
screenshot: undefined
screenshot: undefined,
pageshot: undefined,
}),
'utf-8'
),

@ -1 +1 @@
Subproject commit 79861a68601169f476ca29734abb4bb21c423382
Subproject commit c2a3af9607d6a0ada64639d4f4e73bfc9c3e024f