v0.1.15
New APIs since 0.1.13:
- Add
History
withpushState()
,replaceState()
, andlength
, andwindow.history
returns an instance of it. EventTarget.addEventListener
,EventTarget.removeEventListener
. Currently supports only callbacks, notEventListener
objects yet. And no thirdoptions
oruseCapture
arguments yet.ShadowRoot
Element.attachShadow()
Element.shadowRoot
querySelector()
andquerySelectorAll()
onDocument
,Element
, andDocumentFragment
Node
members:firstChild
,lastChild
,nextSibling
,previousSibling
- Allow
Text
objects to be returned from anyNode
APIs. HTMLCollection
Node.parentElement
Element.children
Element.tagName
Element.firstElementChild
Element.lastElementChild
Element.nextElementSibling
Element.previousElementSibling
Document.children
Document.firstElementChild
Document.lastElementChild
DocumentFragment.children
DocumentFragment.firstElementChild
DocumentFragment.lastElementChild
DocumentFragment.querySelector
DocumentFragment.querySelectorAll
- add
onclick
toDocument
andWindow
- add
onpopstate
anddocument
toWindow