Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setTimeout (0.2 sec)

  1. misc/wasm/wasm_exec.js

    					"runtime.scheduleTimeoutEvent": (sp) => {
    						sp >>>= 0;
    						const id = this._nextCallbackTimeoutID;
    						this._nextCallbackTimeoutID++;
    						this._scheduledTimeouts.set(id, setTimeout(
    							() => {
    								this._resume();
    								while (this._scheduledTimeouts.has(id)) {
    									// for some reason Go failed to register the timeout event, log and try again
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
Back to top