Skip to content

0.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 20:12
· 1195 commits to main since this release
4cfaeb8

@metamask/execution-environments

Fixed

  • Fix endowed global functions with properties (#294)
    • Endowments like Date were missing all properties except name and length, causing e.g. Date.now to be undefined. This is no longer the case.