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.