lino-levan / astral

A high-level puppeteer/playwright-like library for Deno
https://jsr.io/@astral/astral
MIT License
216 stars 10 forks source link

fead: add `Browser.disconnect` method #94

Closed lino-levan closed 11 hours ago

lino-levan commented 11 hours ago

I was surprised to see that playwright doesn't have this (https://github.com/microsoft/playwright/issues/4956). Looks like we'll have to defer to puppeteer's judgement here.