WICG / virtual-scroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demos don't actually work in other browsers

domenic opened this issue · comments

The use of private field syntax in particular causes them to break. It's probably worth just switching everything to underscores, since the demos are getting to be so effective at illustrating performance differences.

Firefox barfs on fields: SyntaxError: fields are not currently supported fps-display.mjs:22:2.

export class FpsDisplay extends HTMLElement {
  _lastTime = null;
  _fps;

@domenic can you check safari and edge for me?

Let's close this and reopen in fergald/virtual-scroller-demos as necessary.