Loading demo/ui.js +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import * as fastboot from "../dist/fastboot.mjs"; import { BlobStore } from "./download.js"; let device = new fastboot.FastbootDevice(); window.device = device; let blobStore = new BlobStore(); // Enable verbose debug logging Loading Loading
demo/ui.js +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import * as fastboot from "../dist/fastboot.mjs"; import { BlobStore } from "./download.js"; let device = new fastboot.FastbootDevice(); window.device = device; let blobStore = new BlobStore(); // Enable verbose debug logging Loading