UNPKG
timer
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.2
0.0.1
timeout utilities (promisfied setTimeout, chained timeouts)
timer
/
test
/
test.html
10 lines
(9 loc)
•
148 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
script
src
=
"../timer.js"
>
</
script
>
<
script
src
=
"test.js"
>
</
script
>
</
head
>
<
body
>
please check the firebug(?) log
</
body
>
</
html
>