purescript-simple-dom
purescript-simple-dom copied to clipboard
add `document.head` method
If I were to make a pull request adding the head method to the Document class, would it be accepted?
https://developer.mozilla.org/en-US/docs/Web/API/Document/head
From reading this stackoverflow question, it looks like there are multiple ways to get the <head> element from a document.
Is simple-dom trying to support a wide variety of the DOM APIs, or just a small useful fraction of them?