Skip to content

Commit

Permalink
Class static initialization blocks support in Chrome 94 (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Aug 18, 2021
1 parent fe5e3e4 commit 201065c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data-esnext.js
Expand Up @@ -1439,6 +1439,7 @@ exports.tests = [
note_id: 'ch-static-init-blocks',
note_html: 'The feature has to be enabled via <code>harmony_class_static_blocks</code> flag.'
},
chrome94: true,
safari13: false,
edge18: false,
firefox2: false,
Expand Down
2 changes: 1 addition & 1 deletion esnext/index.html
Expand Up @@ -1622,7 +1622,7 @@
<td class="no flagged" data-browser="chrome91">Flag<a href="#ch-static-init-blocks-note"><sup>[10]</sup></a></td>
<td class="no flagged" data-browser="chrome92">Flag<a href="#ch-static-init-blocks-note"><sup>[10]</sup></a></td>
<td class="no flagged unstable" data-browser="chrome93">Flag<a href="#ch-static-init-blocks-note"><sup>[10]</sup></a></td>
<td class="no flagged unstable" data-browser="chrome94">Flag<a href="#ch-static-init-blocks-note"><sup>[10]</sup></a></td>
<td class="yes unstable" data-browser="chrome94">Yes</td>
<td class="no obsolete" data-browser="edge18">No</td>
<td class="no obsolete" data-browser="edge83">No</td>
<td class="no obsolete" data-browser="edge84">No</td>
Expand Down

0 comments on commit 201065c

Please sign in to comment.