diff options
Diffstat (limited to 'files/es/orphaned/usar_web_workers/index.html')
-rw-r--r-- | files/es/orphaned/usar_web_workers/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/orphaned/usar_web_workers/index.html b/files/es/orphaned/usar_web_workers/index.html index 0dacf19312..5d3b471e08 100644 --- a/files/es/orphaned/usar_web_workers/index.html +++ b/files/es/orphaned/usar_web_workers/index.html @@ -1,6 +1,6 @@ --- title: Usar web workers -slug: Usar_web_workers +slug: orphaned/Usar_web_workers tags: - Firefox 3.5 - Gecko 1.9.1 @@ -8,6 +8,7 @@ tags: - JavaScript - Workers - para_revisar +original_slug: Usar_web_workers --- <p>{{ gecko_minversion_header ("1.9.2") }}</p> <p>Workers constituye un medio sencillo para que el contenido web ejecute secuencias de comandos en subprocesos en segundo plano. Una vez creado, un worker puede enviar mensajes a la tarea de generaciĆ³n mediante la publicaciĆ³n de mensajes en un controlador de eventos especificado por el creador.</p> |