Skip to content

Commit

Permalink
Node.js supports import operator in workers (#25463)
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
skyclouds2001 and caugner authored Jan 3, 2025
1 parent 82efbea commit f59e574
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions javascript/operators/import.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,15 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"nodejs": [
{
"version_added": "13.2.0"
},
{
"version_added": "12.17.0",
"version_removed": "13.0.0"
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit f59e574

Please sign in to comment.