Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

clear interval e.close is not a function

It's because of your IDE! Make sure your IDE didn't include automatic imports such as
import { clearInterval } from 'timers'; 
If so, remove them. Rest should be fine.
 
PREVIOUS NEXT
Tagged: #clear #interval #function
ADD COMMENT
Topic
Name
2+4 =