time-bombs:创建定时炸弹并听他们听

时间:2024-06-06 08:36:02
【文件属性】:

文件名称:time-bombs:创建定时炸弹并听他们听

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-06 08:36:02

timer programmable timeout JavaScript

定时炸弹 创建定时炸弹并听取他们的声音 :collision: 根据需要更详细的描述或注释。 安装 $ npm install --save time-bombs 用法 const timeBombs = require ( 'time-bomb' ) // create the first bomb const bomb1 = timeBombs . create ( 100 , function ( ) { console . log ( 'This will not be called' ) } ) // deactivate it before it explodes! setTimeout ( function ( ) { bomb1 . deactivate ( ) } , 50 ) // create a second bomb const bomb2 = timeBombs .


网友评论