Open
Description
When reviewing the timers API I discovered that the relevant MDN documentation is marked obsolete and that functions like setInterval
are now part of the WindowOrWorkerGlobalScope mixin, which covers the window object and web workers API.
With that in mind, it seems like the web-html library should perhaps have the additional window functions setTimeout
, setInterval
, etc. added to them, and this library should be deprecated.
Or am I missing a reason why these functions should remain defined here?
Metadata
Metadata
Assignees
Labels
No labels