Shadowrealm Api Versions Save

🗳️ A implementation of the ShadowRealm API Proposal, a JavaScript sandbox, test with TC39 Test262 cases.

v0.8.2

1 year ago
  • Adjust according to the change of proposal;
  • Correct the exported types;
  • No longer compatible with IE
  • Refactor code to improve maintainability;

v0.7.0

2 years ago
  • Ensure that the modules are loaded in the correct order;
  • Parse the module url correctly;
  • Optimize the size of generated bundle;

v0.6.1

2 years ago

Try it online

  • Implement all APIs of the proposal;
  • Passes about 95% of Test262 cases;
  • Excellent compatibility, even with IE10, Firefox4, Chrome13;