customrealms / core

Core library for the CustomRealms runtime
https://customrealms.io/core
MIT License
36 stars 14 forks source link

feat: polyfill for Array.prototype.includes and String.prototype.includes #43

Closed connerdouglass closed 4 months ago

connerdouglass commented 4 months ago

Added polyfills for:

More polyfills will be needed in the future, as we encounter them. We may consider a project like core-js if this becomes too difficult to maintain.