Renaming the recipe to Virtual Server
This commit is contained in:
Родитель
6944821a00
Коммит
fe1420db06
|
@ -1,4 +1,4 @@
|
|||
# Client side server
|
||||
# Virtual server
|
||||
This recipe shows a service worker acting like a remote server.
|
||||
|
||||
## Difficulty
|
|
@ -14,7 +14,7 @@
|
|||
</head>
|
||||
<body>
|
||||
Try to add and delete some quotations. The session is not intended to survive refreshing the page
|
||||
but you could see it pretending to survive. This means the worker holding the state has not be
|
||||
but you could see it pretending to survive. This means the worker holding the state has not been
|
||||
killed yet.
|
||||
<form id="add-form">
|
||||
<input type="text" id="new-quote" placeholder="Add a quote here"/>
|
Загрузка…
Ссылка в новой задаче