Skip to content

Commit

Permalink
Firefox 134 has full support for Promise.try
Browse files Browse the repository at this point in the history
  • Loading branch information
afmenez committed Nov 26, 2024
1 parent 1c4974e commit 18febe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data-es2016plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -8343,6 +8343,7 @@ exports.tests = [
note_id: 'ff-promise-try',
note_html: 'The feature is only available on Nightly builds, and has to be enabled via <code>javascript.options.experimental.promise_try</code> setting under <code>about:config</code>.'
},
firefox134: true,
node23: true,
}
}
Expand Down
4 changes: 2 additions & 2 deletions es2016plus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47623,8 +47623,8 @@
<td class="no obsolete" data-browser="firefox131">No</td>
<td class="no flagged obsolete" data-browser="firefox132">Flag<a href="#ff-promise-try-note"><sup>[41]</sup></a></td>
<td class="no flagged" data-browser="firefox133">Flag<a href="#ff-promise-try-note"><sup>[41]</sup></a></td>
<td class="no flagged unstable" data-browser="firefox134">Flag<a href="#ff-promise-try-note"><sup>[41]</sup></a></td>
<td class="no flagged unstable" data-browser="firefox135">Flag<a href="#ff-promise-try-note"><sup>[41]</sup></a></td>
<td class="yes unstable" data-browser="firefox134">Yes</td>
<td class="yes unstable" data-browser="firefox135">Yes</td>
<td class="unknown obsolete" data-browser="opera12_10">?</td>
<td class="unknown obsolete" data-browser="chrome119">?</td>
<td class="unknown obsolete" data-browser="chrome120">?</td>
Expand Down

0 comments on commit 18febe1

Please sign in to comment.