constructor()

in src/browser-polyfill.js [42:45]


      constructor(createItem, items = undefined) {
        super(items);
        this.createItem = createItem;
      }