purescript-simple-dom icon indicating copy to clipboard operation
purescript-simple-dom copied to clipboard

add `document.head` method

Open cdepillabout opened this issue 9 years ago • 0 comments

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?

cdepillabout avatar Dec 02 '15 07:12 cdepillabout