You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like lab test suites to pass on node v16 without extra configuration. Currently they fail because node v16 has added some new global variables: btoa, atob, and performance.
Do you have a new or modified API suggestion to solve the problem?
We should add btoa, atob, and performance to lab's list of allowed globals in preparation for node v16.
The text was updated successfully, but these errors were encountered:
Support plan
Context
What problem are you trying to solve?
We would like lab test suites to pass on node v16 without extra configuration. Currently they fail because node v16 has added some new global variables:
btoa
,atob
, andperformance
.Do you have a new or modified API suggestion to solve the problem?
We should add
btoa
,atob
, andperformance
to lab's list of allowed globals in preparation for node v16.The text was updated successfully, but these errors were encountered: