Astral
Aquesta pàgina encara no s'ha traduït — es mostra en l'idioma original:English
Introducció
Astral …
// Import Astral
// Launch the browser
await using browser = await ;
// Open a new page
await using page = await "https://deno.land";
// Take a screenshot of the page and save that to disk
;
"screenshot.png", screenshot;
// Clean up is performed automatically