From 201065c7f33eb58c87f618d059ed49f7088e6e23 Mon Sep 17 00:00:00 2001 From: Sergey Rubanov Date: Wed, 18 Aug 2021 11:55:21 +0300 Subject: [PATCH] Class static initialization blocks support in Chrome 94 (#1746) --- data-esnext.js | 1 + esnext/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data-esnext.js b/data-esnext.js index 4fb5e88cc..6b48dc645 100644 --- a/data-esnext.js +++ b/data-esnext.js @@ -1439,6 +1439,7 @@ exports.tests = [ note_id: 'ch-static-init-blocks', note_html: 'The feature has to be enabled via harmony_class_static_blocks flag.' }, + chrome94: true, safari13: false, edge18: false, firefox2: false, diff --git a/esnext/index.html b/esnext/index.html index 098f220b7..99953943d 100644 --- a/esnext/index.html +++ b/esnext/index.html @@ -1622,7 +1622,7 @@ Flag[10] Flag[10] Flag[10] -Flag[10] +Yes No No No