Skip to content

Mock even more

Compare
Choose a tag to compare
@simonihmig simonihmig released this 19 Mar 21:24
· 909 commits to master since this release
  • replaces localStorage in tests with a mock, same API but ephemeral storage (thanks to @alisdair)
  • adds a Proxy to all nested objects, like window.navigator. This allows to override even read-only properties, like window.navigator.userAgent
  • fixes support for relative URLs when setting window.location.href