mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 13:02:10 +08:00
Add doc/guide.md
This commit is contained in:
@ -8,7 +8,7 @@ if ("serviceWorker" in navigator) {
|
||||
.register(path, {
|
||||
scope: options.base || "/",
|
||||
})
|
||||
.then(function() {
|
||||
.then(function () {
|
||||
console.log("[Service Worker] registered")
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user