deno server
This commit is contained in:
@@ -773,6 +773,9 @@ class App {
|
||||
if (performance?.memory) {
|
||||
log(`memory used: ${(performance.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