Replies: 1 comment
-
some issue. vendor/spatie/browsershot/bin/browser.js:52 output = await page[request.action](request.options);
return output.toString('base64');
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've an Array of HTML Contents. For normal, an Element contains up to 10 HTML Pages.
But it seems to reduce the Limit in some Cases to 1 Page per HTML File (could be about 1000 and more Pages - depending to the customer).
Is it possible to implement Chunks or is there another way to work with large HTML Contents?
Beta Was this translation helpful? Give feedback.
All reactions