Skip to content

Commit

Permalink
Add node version required for threads and mutable globals
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Dec 20, 2024
1 parent c20eee9 commit 216ea09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/feature_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Feature(IntEnum):
'chrome': 74,
'firefox': 61,
'safari': 120000,
'node': 120000,
},
Feature.JS_BIGINT_INTEGRATION: {
'chrome': 67,
Expand All @@ -76,6 +77,7 @@ class Feature(IntEnum):
'chrome': 74,
'firefox': 79,
'safari': 140100,
'node': 160400,
},
Feature.GLOBALTHIS: {
'chrome': 71,
Expand Down

0 comments on commit 216ea09

Please sign in to comment.