deno server
This commit is contained in:
@@ -1006,6 +1006,11 @@ class App {
|
||||
if ((performance as any)?.memory) {
|
||||
log(`memory used: ${((performance as any).memory.usedJSHeapSize / 1024 / 1024).toFixed(2)}Mb`)
|
||||
}
|
||||
|
||||
// if (navigator?.storage) {
|
||||
// let storageUsed = (await navigator?.storage?.estimate())?.usage/1024/1024
|
||||
// }
|
||||
|
||||
// if (urlParams.get("sw") === "true") {
|
||||
registration = await this.registerServiceWorker();
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user