mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Resources Library (markdown)
parent
ad7956cb89
commit
bdfb5d4b71
1 changed files with 3 additions and 3 deletions
|
|
@ -161,7 +161,7 @@ Parameters:
|
|||
- optional, string/_regular expression_, matching in the stringified _callback_ argument passed to
|
||||
requestAnimationFrame.
|
||||
|
||||
Use with `!` argument to defuse all calls unconditionally.
|
||||
Use with `!` parameter to defuse all calls unconditionally.
|
||||
|
||||
When used without parameters, will log calls to _`requestAnimationFrame()`_ to the console.
|
||||
|
||||
|
|
@ -216,7 +216,7 @@ Parameters:
|
|||
- optional, string/_regular expression_, matching in stringified callback function
|
||||
- optional, decimal integer, matching _interval_
|
||||
|
||||
Use with `!` argument to defuse all calls unconditionally.
|
||||
Use with `!` parameter to defuse all calls unconditionally.
|
||||
|
||||
When used without parameters, will log calls to _`setInterval()`_ to the console.
|
||||
|
||||
|
|
@ -262,7 +262,7 @@ Parameters:
|
|||
- optional, string/_regular expression_, matching in stringified callback function
|
||||
- optional, decimal integer, matching _delay_
|
||||
|
||||
Use with `!` argument to defuse all calls unconditionally.
|
||||
Use with `!` parameter to defuse all calls unconditionally.
|
||||
|
||||
When used without parameters, will log calls to _`setTimeout()`_ to the console.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue