Skip to content

Should this library be deprecated or moved to purescript-web? #18

Open
@thomashoneyman

Description

@thomashoneyman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions