Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions features/promise-try.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Promise.try()
description: The `Promise.try()` static method returns a promise that takes a callback of any kind (returns or throws, synchronously or asynchronously) and wraps its result in a `Promise`.
spec: https://tc39.es/proposal-promise-try/
group: promises
compat_features:
- javascript.builtins.Promise.try
10 changes: 10 additions & 0 deletions features/promise-try.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Generated from: promise-try.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "128"
chrome_android: "128"
compat_features:
- javascript.builtins.Promise.try