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

Support NodeList and HTMLCollection #2

Open
safareli opened this issue Mar 20, 2017 · 0 comments
Open

Support NodeList and HTMLCollection #2

safareli opened this issue Mar 20, 2017 · 0 comments

Comments

@safareli
Copy link
Contributor

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
@safareli safareli changed the title support NodeList and HTMLCollection Support NodeList and HTMLCollection Mar 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant