Skip to content

debugTimerCreation trace message should show how delay of the new timer #71

@mattzeunert

Description

@mattzeunert

So something like this:

setTimeout(fn, 300) - Creating timer using setTimeout (300ms delay)
setInterval(fn, 5000) - Creating timer using setInterval (5000ms interval)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions