If I serve my app from http://localhost, in the dev console I can do window.navigator.storage.estimate().
If I serve the same app from http://example.com where example.com resolves to 127.0.0.1 from my /etc/hosts, window.navigator is undefined.
How come?
(Chrome is 71)