So, the problem here is that the page currently at API/Storage/LocalStorage should be at API/LocalStorage, which is currently a redirect to Window.localStorage.
Window.localStorage is an instance of the LocalStorage interface, so both pages should exist. I’m fixing it right now.
Yeah, I realized that after starting to make the changes and reverted them, but cleaned up some text and whatnot to hopefully clarify the situation a bit. Also retitled the “LocalStorage” page to something that doesn’t look like an interface name.