rnbguy
puppeteer makes script to hang for a while at the end
@lino-levan awesome! with your latest commit, I managed to completely move from puppeteer to astral 🍻 only thing I missed is
waitUntil
in Page.goto()
ref. https://github.com/puppeteer/puppeteer/blob/2fee2b0adc7fd5f26c7b1d75a3efa29c2fe12dab/packages/puppeteer-core/src/common/Frame.ts#L10928 replies
puppeteer makes script to hang for a while at the end
but astral is not customizable enough like puppeteer 😦 I need to start the browser with proxy and send
page.evaluate()
with function arguments.
but nonetheless, it looks solid. maybe I will come back to it later 🙂28 replies
puppeteer makes script to hang for a while at the end
hey @lino-levan thanks for suggesting astral. looks like it is fortified by default. 🙂 https://bot.sannysoft.com tests are passed
28 replies
Islands not working with Cloudflare DNS proxy
Here are links to my website,
https://tla.rnbguy.at - with Cloudflare proxy with Full TLS/SSL
https://6ts57v4cvdd79cs4m5d3e3nv0o.ingress.dcnorse.ddns.net - self-signed cert without Cloudflare proxy
3 replies
window variable in fresh islands
wow. this really helped. but I am stuck at similar other things. basically, I am trying to port this code in fresh. how do I import the
<script/>
tags?
https://github.com/microsoft/monaco-editor/blob/main/samples/browser-script-editor/index.html6 replies