Closed lowlighter closed 1 month ago
A bit late, but hopefully if https://github.com/denoland/deno/pull/25811 lands, the Deno.permissions.query can be replaced with Deno.permissions.request as it was originally intended with https://github.com/lino-levan/astral/pull/34 without breaking non-interactive setups.
Deno.permissions.query
Deno.permissions.request
https://github.com/lino-levan/astral/blob/7e91588e342561a2e5a3b515e7b3cedf6683d02b/src/page.ts#L234-L247
A bit late, but hopefully if https://github.com/denoland/deno/pull/25811 lands, the
Deno.permissions.query
can be replaced withDeno.permissions.request
as it was originally intended with https://github.com/lino-levan/astral/pull/34 without breaking non-interactive setups.https://github.com/lino-levan/astral/blob/7e91588e342561a2e5a3b515e7b3cedf6683d02b/src/page.ts#L234-L247