We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self
Bun 0.5.7
Now it's a usual property.
https://html.spec.whatwg.org/multipage/window-object.html#dom-self
Chromium:
Safari:
FF:
Deno:
Bun:
Also, it's non-configurable and non-enumerable #399
That causes extra polyfill injection for core-js.
core-js
Similarly to denoland/deno#15765
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bun 0.5.7
Now it's a usual property.
https://html.spec.whatwg.org/multipage/window-object.html#dom-self
Chromium:
![image](https://user-images.githubusercontent.com/2213682/188334029-7eaa5f44-4421-4e9a-b0d2-7e21c216b987.png)
Safari:
![image](https://user-images.githubusercontent.com/2213682/188334044-31957595-7400-48e7-920a-278560a0654c.png)
FF:
![image](https://user-images.githubusercontent.com/2213682/188333969-a6b19048-8983-4beb-9fcb-1d99fa0f19cd.png)
Deno:
![image](https://user-images.githubusercontent.com/2213682/222522516-1632d98d-8db0-4ced-a1f3-4ee76d1bd537.png)
Bun:
![image](https://user-images.githubusercontent.com/2213682/222523521-32053ef1-8e23-4c13-be12-713393638cc6.png)
Also, it's non-configurable and non-enumerable #399
That causes extra polyfill injection for
core-js
.Similarly to denoland/deno#15765
The text was updated successfully, but these errors were encountered: