API [1] [2] [3]

delete [1]

encodeURIComponent() [1]

eval() [1]

in [1]

instanceof [1]

isNaN() [1]

typeof [1]

typeof {} === "object"

void [1]

Array [1]

Date [1]

Document [1]

compatMode [1] , documentMode IE8+

compatMode:
documentMode:

defaultView IE9+ Std [1]

documentElement [1]

lastModified [1]

querySelector() IE8+ Std [1]

querySelectorAll() IE8+ Std [1]

referrer [1]

Element [1]

getAttribute() [1]

querySelector() IE8+ Std [1]

querySelectorAll() IE8+ Std [1]

scrollIntoView() [1]

Top Bottom

Event [1] [2]

onreadystatechange IE10- [1] -> readyState IE10- [1]

preventDefault() IE9+ Std [1] | returnValue IE8- Std [1]

EventTarget [1]

addEventListener() IE9+ Std [1] | attachEvent() IE10-

removeEventListener() IE9+ Std [1] | detachEvent() IE10-

KeyboardEvent [1]

altKey [1]

ctrlKey [1]

keyCode [1] | which IE9+ Std [1]

shiftKey [1]

Function [1] [2]

apply() [1]

arguments [1]

call() [1]

HTMLIFrameElement Std [1]

contentWindow [1]

HTMLImageElement [1]

new Image([width [, height]])

JSON IE8+ Std [1]

Math [1]

Node [1]

ownerDocument [1]

Object [1]

constructor [1]

{}.constructor === Object

prototype [1] [2]

RegExp IE [1] [2] Std [1] [2]

String [1]

Window [1]

getComputedStyle() IE9+ Std [1] [2] | currentStyle IE

history [1] [2]

back()
forward()
go(-1)

location [1] [2]

hash:
host:
hostname:
href:
origin:
port:
protocol:
pathname:
search:
reload(true)

navigator [1] [2]

userAgent:

screen [1] [2]

height:
width:

scroll() [1] == scrollTo() [1]

scroll(0, 0)
scrollTo(0, 0)

scrollBy() [1]

scrollBy(0, -100)