Vertaling van "web worker" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The web worker does the multiplication and then passes the result back to the main script.
El trabajador web realiza la multiplicación y pasa el resultado a la secuencia de comandos principal.
And the web worker script is located in worker.js
Upon change the main script sends a message to the web worker with the values of the two numbers to multiply.
Ante un cambio, la secuencia de comandos principal envía un mensaje al trabajador web con los valores de los dos números que se deben multiplicar.
When you want to step through the code for the web worker thread, or see its scope and call stack information, just click on its label in the Threads pane, so that the blue arrow is next to it.
Cuando desees recorrer el código para el subproceso del trabajador web o ver su información de ámbito y pila de llamadas, haz clic en su etiqueta en el subpanel Threads, para que aparezca la flecha azul junto a él.
Unless intentionally using a web worker, such as a service worker, JavaScript runs on the main thread, so it's easy for a script to cause delays in event processing or painting.
A menos que use intencionalmente un trabajador web, como un trabajador de servicio, JavaScript se ejecuta en el hilo principal, por lo que es fácil que un script provoque retrasos en el procesamiento o la pintura de eventos.
In other words, if you pressed the Resume script execution button while your DevTools looked like the screenshot above, the Main thread would resume executing, but the web worker thread would still be paused.
En otras palabras, si presionaste el botón para reanudar la ejecución de la secuencia de comandos mientras DevTools se veía como en la captura de pantalla de arriba, el subproceso Main reanudaría su ejecución, pero el subproceso del trabajador web seguiría pausado.
Use the Threads pane on the Sources panel to pause, step into, and inspect other threads, such as service worker or web worker threads.
Usa el subpanel Threads en el panel Sources para pausar, entrar e inspeccionar otros subprocesos, como los subprocesos del trabajador de servicio o del trabajador web.
The goal of the app was to maintain 60fps in the UI and near instant detection of the QR Code, this meant that I had to put the detection code in to a Web Worker (pretty standard stuff).
El objetivo de la aplicación era mantener 60 fps en la interfaz de usuario y la detección casi instantánea del código QR, lo que significaba que tenía que colocar el código de detección en un trabajador web (cosas bastante estándar).
I think it is incredibly compelling and Comlink by itself has the ability to revolutionize the usage of Web worker by drastically improving the developer experience by providing a simple API for their team to be able to use.
Creo que es increíblemente convincente y Comlink en sí mismo tiene la capacidad de revolucionar el uso del trabajador web al mejorar drásticamente la experiencia del desarrollador al proporcionar una API simple para que su equipo pueda usar.
Two-sided Stop Syncing This Account Web Worker: Guest File name: Something's Missing The attempt to connect to the server failed.
Doble cara Interrumpir la sincronización de esta cuenta Trabajador web: Invitado Nombre de archivo: Falta algo Se ha producido un error al intentar conectar con el servidor.
A web worker or a cross-origin iframe has its own stack, heap, and message queue.
Un web worker o cross-origin iframe tiene su propia pila, montículo y cola de mensajes.
But, even with the experience of being web worker for a number of years, allow me to begin in the humility of a barely styled html file.
Pero, aún con los años de experiencia como obrero de la web, comenzaré con la humildad de un html con apenas estilo.
This lets standard (as well as humans reading the code) know that self is a global in web worker code.
Esto le hará saber astandard (como también humanos que leen tu código) que self es una variable global en el código web worker.