Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@trusktr trusktr released this 05 Aug 02:51
· 85 commits to main since this release

New features:

  • Add Location and all its properties and methods along with window.location and document.location.
  • Support EventListener object listeners for EventTarget's addEventListener and removeEventListener methods.
  • Add Object.toString. It works for any instances of subclasses that may override it, f.e. Location.toString.