How can I check if I have access to the beta?
How can I check if I have access to the beta?
.pdf() doesn't work but this does:fetch method), but at least in your documentation you instruct people to invoke that in a way that is not spec compliant.Request out of the parameters you specify (/v1/acquire) it (obviously) fails because /v1/acquire is not a valid URL.fetch function with a generic wrapper and then decide which instrumentation implementation to use based on the parameters passed into the fetch function, but that would be pretty brittle, because I would have to hardcode exactly what you would pass into the first request.@cloudflare/puppeteer?3e38dc7049f501248503b981bf442450@cloudflare/puppeteer package, I realised that while adding the spans is going to be very straightforward, it would be quite a bunch of work figuring out what to instrument. So if someone else wants to do that, I would be more than happy to help that. But I am going to focus on the core library in the copious spare time that I have workers.api.error.no_access_to_browser_worker, do we need to enable it?dev or deploy. Role is worker admin. Can dm the acc id459755459117711362. It can be used in a attack, but it is by no means what determines whether you are vulnerable or not
screenshot() method, and even with fullPage: false i'm getting the full site instead of just the view port. When I also pass captureBeyondViewport: false i am getting only the viewport, however, I also get the scrollbar - which I don't want. Is there a reason I'm getting the full page even when setting it to false. I'm manaully setting the viewport as well.newPage() to use the same browser to process request async - but there's got to be some limit to that. I can't imagine one browser would do 100s of request simulateously. But again, those limits don't seem documented either.
A browser instance gets killed if it does not get any command for 60 seconds, freeing one instance.

.pdf() const qoutePdf = await page.createPDFStream({
printBackground: true,
format: 'a4',
});
// Create web compatible readable stream
const { readable, writable } = new TransformStream();
const writer = writable.getWriter();
qoutePdf.on('data', (chunk) => {
writer.write(chunk);
});
qoutePdf.on('end', () => {
writer.close();
});
return new Response(readable, {
status: 200,
headers: {
'Content-Type': 'application/pdf',
},
});/v1/acquire/v1/acquire@cloudflare/puppeteer@cloudflare/puppeteer3e38dc7049f501248503b981bf442450workers.api.error.no_access_to_browser_workerdeploy459755459117711362screenshot()fullPage: falsecaptureBeyondViewport: falsenewPage()