gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Support Deno `--location` runtime flag

Open joshgillies opened this issue 11 months ago • 1 comments

This flag controls the Deno runtime enabling it to provide globals like location.href. (Deno docs: https://docs.deno.com/runtime/manual/runtime/location_api).

For my specific use case I'm working on a module which wraps worker-tools/deno-fetch-event-adapter. In order to test this module thoroughly the ability to pass the --location flag would be greatly appreciated.

joshgillies avatar Mar 16 '24 00:03 joshgillies

He has already made a PR @abs0luty !

lpil avatar Mar 16 '24 12:03 lpil