Skip to content

Enumerable properties

Compare
Choose a tag to compare
@clarkbw clarkbw released this 16 Jan 17:13
· 61 commits to master since this release

Thanks to the work by @mcshiz in PR #60 🎉 the localStorage and sessionStorage objects are now enumerable. This means if your code includes functions like Object.keys(localStorage) you'll now retrieve the expected storage items instead of the private mocked functions.