Calls func after delay milliseconds, or if omitted: as soon as Frida's JavaScript thread is idle. Any additional params are passed along.
func
delay
params
Returns an id that can be passed to clearTimeout() to cancel it.
clearTimeout()
Optional
Rest
Generated using TypeDoc
Calls
func
afterdelay
milliseconds, or if omitted: as soon as Frida's JavaScript thread is idle. Any additionalparams
are passed along.Returns an id that can be passed to
clearTimeout()
to cancel it.