Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localStorage constructor name is not 'Storage' an instead 'bound Storage' #27303

Open
rd-- opened this issue Dec 10, 2024 · 0 comments
Open

localStorage constructor name is not 'Storage' an instead 'bound Storage' #27303

rd-- opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working correctly

Comments

@rd--
Copy link

rd-- commented Dec 10, 2024

Hello,

The result of globalThis.localStorage.constructor.name is "bound Storage".

It was formerly just "Storage", as it is in Chrome &etc.

Best,
R

Version: Deno 2.1.3

$ deno
Deno 2.1.3
> globalThis.localStorage.constructor.name
"bound Storage"
>
$
@crowlKats crowlKats added the bug Something isn't working correctly label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

3 participants