Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Support NodeList and HTMLCollection #2

@safareli

Description

@safareli

We can add this two functions once zenorocha/good-listener#10 is merged and clipboard.js is updated

foreign import fromNodeList
  :: forall eff
   . NodeList
  -> (Element -> Eff (dom :: DOM | eff) String)
  -> Eff (dom :: DOM | eff) Clipboard

foreign import fromHTMLCollection
  :: forall eff
   . HTMLCollection
  -> (Element -> Eff (dom :: DOM | eff) String)
  -> Eff (dom :: DOM | eff) Clipboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions