New features:
- Add Location and all its properties and methods along with
window.location
anddocument.location
. - Support
EventListener
object listeners forEventTarget
'saddEventListener
andremoveEventListener
methods. - Add
Object.toString
. It works for any instances of subclasses that may override it, f.e.Location.toString
.