fuck ecma bro

This commit is contained in:
velzie 2024-07-15 15:28:13 -04:00
parent 780dc005f3
commit 0a7c48b40c
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -11,7 +11,7 @@ function createLocation() {
return loc;
}
export const locationProxy = new Proxy(window.location, {
export const locationProxy = new Proxy({}, {
get(target, prop) {
const loc = createLocation();