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 currently use the Js suffix to indicate the recipe is framework-free and runs in the browser, but not on node.js. Since node is also "JS", let's use a less confusing suffix, such as Web.
Also, we should rename BigIntJs to BigInt, since it works on node too.
The text was updated successfully, but these errors were encountered:
We currently use the
Js
suffix to indicate the recipe is framework-free and runs in the browser, but not on node.js. Since node is also "JS", let's use a less confusing suffix, such asWeb
.Also, we should rename
BigIntJs
toBigInt
, since it works on node too.The text was updated successfully, but these errors were encountered: