Created
October 19, 2012 16:23
-
-
Save brunopulis/3919155 to your computer and use it in GitHub Desktop.
A web desconectada
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vantagens de trabalhar com appCache | |
= Disponibilidade | |
= Mobilidade | |
= Otimizacao de banda | |
Possibilidades | |
= Gravar dados txt | |
= Gravar dados binarios | |
= Sincronizar dados com o servidor | |
= Melhora a perfomance da app. | |
Como Usar? | |
<!doctype html> | |
<html manifest="manifest.appcache"> | |
Estrutura | |
= Cache | |
= Network | |
= Fallback | |
Sessao Cache | |
= Cache define os arquivos que devem ser armazenadas. | |
# imagens define quais imagens serao armazenadas. | |
Sessao Network | |
= Define o que nao deve ser armazenado. | |
= Permite o uso de wildcard | |
= ATENCAO caso haja um erro 404 | |
FALLBACK | |
= | |
x' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment