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

Display JavaScript builtins #105

Open
1 task done
ascorbic opened this issue Mar 26, 2024 · 1 comment
Open
1 task done

Display JavaScript builtins #105

ascorbic opened this issue Mar 26, 2024 · 1 comment

Comments

@ascorbic
Copy link
Collaborator

Describe the feature

We are testing and tracking support for JS builtins, but we're not surrently displaying them on the site. It may be a bit harder to display because the features are often nested more deeply than the single level that the web APIs have

Additional information

  • Would you be willing to help implement this feature?
@nabetti1720
Copy link

nabetti1720 commented May 19, 2024

For built-in objects, it would be useful to be able to show how well each runtime supports the latest standards, starting with the newest standard.

I don't think it would make much sense to show even older standards, such as those supported by most runtimes.
Even if we support even those displays, the priority should be low.

For example:

ES2024

  • ArrayBuffer.resizable
  • Atomics.waitAsync
  • Map.groupBy
  • Object.groupBy
  • Promise.withResolvers
  • String.isWellFormed
  • String.toWellFormed

ES2023

  • Array.findLast
  • Array.findLastIndex
  • etc...

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

No branches or pull requests

2 participants