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
I noticed both .at() method on the built-in indexables and Object.hasOwn were added to Safari in v15.4. It's unclear looking at the current table that the currently supported Safari version supports those.
.at()
Object.hasOwn
I tested it to confirm the support is there, and it is also confirmed by:
The text was updated successfully, but these errors were encountered:
Yes, whenever a new feature is added to an env, we add a new entry to differentiate.
As such, https://github.com/kangax/compat-table/blob/9742598c5883018d68885e766840b4c5d7efab8f/environments.json#L3264-L3277 should be extended to include safari15_3, and safari15_4, so that "safari15" points to the latest, and we can then identify for these features "the last version that didn't have it" and "the first version that did".
Sorry, something went wrong.
No branches or pull requests
I noticed both
.at()
method on the built-in indexables andObject.hasOwn
were added to Safari in v15.4. It's unclear looking at the current table that the currently supported Safari version supports those.I tested it to confirm the support is there, and it is also confirmed by:
The text was updated successfully, but these errors were encountered: