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

default globals implementation #68

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Contributor

rfc pending

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ope, no packageManager field

@ef4
Copy link
Contributor

ef4 commented Jan 15, 2025

This looks like a good start covering the ECMA globals. Perhaps we also care about some WHATWG globals:

https://html.spec.whatwg.org/multipage/nav-history-apis.html#window

I think it's fine to be choosy, there is definitely stuff in there that is pretty much legacy (like name) that is probably just a troll. But other things seems likely to be useful and people will try to use them (focus? blur? postMessage?).

@NullVoxPopuli
Copy link
Contributor Author

oooo, ya good thinking. doing (fn postMessage ...) would make for some fun demos

@NullVoxPopuli NullVoxPopuli changed the title WIP/do-not-merge (yet): prototype out default globals implementation default globals implementation Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants