Demos don't actually work in other browsers
domenic opened this issue · comments
Domenic Denicola commented
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.
fergald commented
Firefox barfs on fields: SyntaxError: fields are not currently supported fps-display.mjs:22:2
.
export class FpsDisplay extends HTMLElement {
_lastTime = null;
_fps;
Domenic Denicola commented
Let's close this and reopen in fergald/virtual-scroller-demos as necessary.