in src/browser-polyfill.js [47:53]
get(key) { if (!this.has(key)) { this.set(key, this.createItem(key)); } return super.get(key); }