fastcode-test-v2 - v1.0.7
Preparing search index...
throttle
Function throttle
throttle
(
fn
:
Function
,
delay
?:
number
)
:
Function
节流函数
Parameters
fn
:
Function
目标函数
Optional
delay
:
number
= 1000
延迟时间(ms)
Returns
Function
节流处理后的函数
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fastcode-test-v2 - v1.0.7
Loading...
节流函数