Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-23 | feat: make 'globalThis.location' a configurable property (#25812) | Bartek IwaĆczuk | |
This commit changes `globalThis.location` property to be configurable so that packages wanting to override it (or delete it) work properly. Towards https://github.com/denoland/deno/issues/23882 This change makes reproduction from https://github.com/denoland/deno/issues/23882#issuecomment-2340783437 pass properly. |