Renaming the recipe to Virtual Server

This commit is contained in:
Salvador de la Puente González 2015-11-24 23:04:16 +01:00
Родитель 6944821a00
Коммит fe1420db06
5 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Client side server # Virtual server
This recipe shows a service worker acting like a remote server. This recipe shows a service worker acting like a remote server.
## Difficulty ## Difficulty

Просмотреть файл

@ -14,7 +14,7 @@
</head> </head>
<body> <body>
Try to add and delete some quotations. The session is not intended to survive refreshing the page 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. killed yet.
<form id="add-form"> <form id="add-form">
<input type="text" id="new-quote" placeholder="Add a quote here"/> <input type="text" id="new-quote" placeholder="Add a quote here"/>

Просмотреть файл

Просмотреть файл