Skip to content

Commit

Permalink
add a couple of globalThis polyfills (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored Jul 3, 2024
1 parent 7b1f8a3 commit e564464
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/native.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,22 @@
"mdnPath": "Global_Objects/AggregateError",
"category": "native"
},
{
"type": "native",
"moduleName": "global",
"nodeVersion": "12.0.0",
"replacement": "globalThis",
"mdnPath": "Global_Objects/globalThis",
"category": "native"
},
{
"type": "native",
"moduleName": "globalthis",
"nodeVersion": "12.0.0",
"replacement": "globalThis",
"mdnPath": "Global_Objects/globalThis",
"category": "native"
},
{
"type": "native",
"moduleName": "math.acosh",
Expand Down

0 comments on commit e564464

Please sign in to comment.