mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-08-01 10:16:25 -04:00
Replaces global blocking functions with a `Page` class. `page.goto` is now asynchronous and must be awaited, while other methods remain synchronous. Scripts are wrapped in an async IIFE to support top-level await, and output is returned via `return <value>`.