[GV] Add a viewer for GeckoView

This commit is contained in:
Calixte Denizet 2022-12-14 16:40:25 +01:00
parent 8587ce6afd
commit f19572c4cc
6 changed files with 763 additions and 134 deletions

View file

@ -697,8 +697,7 @@ class ProgressBar {
#visible = true;
constructor(id) {
const bar = document.getElementById(id);
constructor(bar) {
this.#classList = bar.classList;
}