Propriétés et fonctions globales Référence
Propriétés globales
Infinity
NaN
undefined
globalThis
Fonctions globales
eval()
uneval()
isFinite()
isNaN()
parseFloat()
parseInt()
decodeURI()
decodeURIComponent()
encodeURI()
encodeURIComponent()
escape()
unescape()
Objets Fondamentaux
Object Référence Object
Propriétés
prototype
constructor
Méthodes
assign()
create()
defineProperties()
defineProperty()
entries()
freeze()
fromEntries()
getOwnPropertyDescriptor()
getOwnPropertyDescriptors()
getOwnPropertyNames()
getOwnPropertySymbols()
getPrototypeOf()
is()
isExtensible()
isFrozen()
isSealed()
keys()
preventExtensions()
hasOwnProperty()
isPrototypeOf()
propertyIsEnumerable()
toLocaleString()
toString()
valueOf()
seal()
setPrototypeOf()
values()
Function Référence Function
Propriétés
arguments
caller
length
prototype
name
Méthodes
apply()
bind()
call()
toSource()
toString()
Boolean Référence Boolean
Propriétés
prototype
Méthodes
toString()
valueOf()
Symbol Référence Symbol
Propriétés
asyncIterator
hasInstance
isConcatSpreadable
iterator
match
matchAll
prototype
description
replace
search
species
split
toPrimitive
toStringTag
unscopables
Méthodes
for()
keyFor()
toPrimitive()
toSource()
toString()
valueOf()
ErrorError
Propriétés
prototype
name
stack
Méthodes
toSource()
toString()
EvalErrorEvalError
Propriétés
prototype
message
name
Méthodes
toSource()
toString()
InternalErrorInternalError
Propriétés
prototype
message
name
Méthodes
toSource()
toString()
RangeErrorRangeError
Propriétés
prototype
message
name
Méthodes
toSource()
toString()
ReferenceErrorReferenceError
Propriétés
prototype
message
name
Méthodes
toString()
SyntaxErrorSyntaxError
Propriétés
prototype
message
name
Méthodes
toString()
TypeErrorTypeError
Propriétés
prototype
message
name
Méthodes
toString()
URIErrorURIError
Propriétés
prototype
message
name
Méthodes
toString()
Nombres et dates
Number Référence Number
Propriétés
MAX_VALUE
MIN_VALUE
NEGATIVE_INFINITY
NaN
POSITIVE_INFINITY
Méthodes
isInteger()
isSafeInteger()
toExponential()
toFixed()
toPrecision()
Math Référence Math
Propriétés
E
LN10
LN2
LOG10E
LOG2E
PI
SQRT1_2
SQRT2
Méthodes
abs()
acos()
acosh()
asin()
asinh()
atan()
atan2()
atanh()
cbrt()
ceil()
clz32()
cos()
cosh()
exp()
expm1()
floor()
fround()
hypot()
imul()
log10()
log1p()
log2()
max()
min()
pow()
random()
round()
sign()
sin()
sinh()
sqrt()
tan()
tanh()
trunc()
Date Référence Date
Propriété
prototype
Méthodes
getDate()
getDay()
getFullYear()
getHours()
getMilliseconds()
getMinutes()
getMonth()
getSeconds()
getTime()
getTimezoneOffset()
getUTCDate()
getUTCDay()
getUTCFullYear()
getUTCHours()
getUTCMilliseconds()
getUTCMinutes()
getUTCMonth()
getUTCSeconds()
getYear()
now()
parse()
setDate()
setFullYear()
setHours()
setMilliseconds()
setMinutes()
setMonth()
setSeconds()
setTime()
setUTCDate()
setUTCFullYear()
setUTCHours()
setUTCMilliseconds()
setUTCMinutes()
setUTCMonth()
setUTCSeconds()
setYear()
toDateString()
toGMTString()
toISOString()
toJSON()
toLocaleDateString()
toLocaleFormat()
toLocaleString()
toLocaleTimeString()
toPrimitive()
toSource()
toString()
toTimeString()
toUTCString()
UTC()
valueOf()
Manipulation de texte
String Référence String
Propriétés
prototype
length
Méthodes
fromCharCode()
fromCodePoint()
charAt()
charCodeAt()
codePointAt()
endsWith()
lastIndexOf()
localeCompare()
match()
matchAll()
normalize()
padEnd()
padStart()
repeat()
replace()
search()
split()
startsWith()
substring()
toLocaleLowerCase()
toLocaleUpperCase()
toLowerCase()
toString()
toUpperCase()
trim()
trimEnd()
trimStart()
valueOf()
raw()
RegExp Référence RegExp
Propriétés
$1
$2
$3
$4
$5
$6
$7
$8
$9
$_
input
lastMatch
lastParen
leftContex
prototype
dotAll
flags
global
ignoreCase
multiline
source
sticky
unicode
rightContext
matchAll
match
replace
search
species
split
Méthodes
compile()
exec()
test()
toSource()
toString()
Collections indexées
Array Référence Array
Propriétés
constructor
length
prototype
Méthodes
from()
isArray()
observe()
of()
concat()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
flat()
flatMap()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
pop()
push()
reduce()
reduceRight()
reverse()
shift()
slice()
some()
sort()
splice()
toLocaleString()
toSource()
unshift()
values()
valueOf()
Int8Array Référence Int8Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Uint8Array Référence Uint8Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Uint8ClampedArray Référence Uint8ClampedArray
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Int16Array Référence Int16Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Uint16Array Référence Uint16Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Int32Array Référence Int32Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Uint32Array Référence Uint32Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Float32Array Référence Float32Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Float64Array Référence Float64Array
Propriétés
BYTES_PER_ELEMENT
name
prototype
buffer
byteLength
byteOffset
length
Méthodes
from()
of()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
includes()
indexOf()
join()
keys()
lastIndexOf()
map()
move()
reduce()
reduceRight()
reverse()
set()
slice()
some()
sort()
subarray()
toLocaleString()
toString()
values()
Collections avec clefs
Map Référence Map
Propriétés
prototype
size
Méthodes
clear()
delete()
entries()
forEach()
get()
has()
keys()
set()
values()
Set Référence Set
Propriétés
prototype
size
Méthodes
add()
clear()
delete()
entries()
forEach()
has()
values()
WeakMap Référence WeakMap
Propriétés
prototype
Méthodes
delete()
has()
get()
set()
WeakSet Référence WeakSet
Propriétés
prototype
Méthodes
add()
delete()
has()
Données structurées
ArrayBuffer Référence ArrayBuffer
tableau de bytes pour une image par exemple
Propriétés
prototype
bytelength
caller
length
name
Méthodes
isView()
slice()
apply()
bind()
call()
toSource()
toString()
SharedArrayBuffer Référence SharedArrayBuffer
Propriétés
prototype
bytelength
caller
length
name
Méthodes
slice()
apply()
bind()
call()
toSource()
toString()
Atomics Référence Atomics
Méthodes
add()
and()
compareExchange()
exchange()
isLockFree()
load()
notify()
or()
store()
sub()
wait()
xor()
DataView Référence DataView
Propriétés
prototype
buffer
bytelength
byteOffset
Méthodes
getFloat32()
getFloat64()
getInt16()
getInt32()
getInt8()
getUint16()
getUint32()
getUint8()
setFloat32()
setFloat64()
setInt16()
setInt32()
setInt8()
setUint16()
setUint32()
setUint8()
JSONJSON
Méthodes
parse()
stringify()
Objets de contrôle d'abstraction
Promise Référence Promise
Propriétés
prototype
Méthodes
all()
catch()
finally()
then()
race()
reject()
resolve()
Generator Référence Generator
Méthodes
next()
return()
throw()
GeneratorFunction Référence GeneratorFunction
Propriétés
prototype
AsyncFunction
Introspection
Reflect Référence Reflect
Méthodes
apply()
construct()
defineProperty()
deleteProperty()
enumerate()
get()
getOwnPropertyDescriptor()
getPrototypeOf()
has()
isExtensible()
ownKeys()
preventExtensions()
set()
setPrototypeOf()
Proxy Référence Proxy
Méthodes
apply()
construct()
defineProperty()
deleteProperty()
enumerate()
get()
getOwnPropertyDescriptor()
getPrototypeOf()
has()
isExtensible()
ownKeys()
preventExtensions()
set()
setPrototypeOf()
Internationalisation
Intl
Intl.Collator Référence Collator
Propriétés
prototype
Méthodes
compare()
resolvedOptions()
supportedLocalesOf()
Intl.DateTimeFormat Référence DateTimeFormat
Propriétés
prototype
Méthodes
format()
formatToParts()
resolvedOptions()
supportedLocalesOf()
Intl.ListFormat Référence ListFormat
Propriétés
prototype
Méthodes
supportedLocalesOf()
Intl.NumberFormat Référence NumberFormat
Propriétés
prototype
Méthodes
format()
formatToParts()
resolvedOptions()
supportedLocalesOf()
Intl.PluralRules Référence PluralRules
Propriétés
prototype
Méthodes
resolvedOptions()
select()
supportedLocalesOf()
Intl.RelativeTimeFormatRelativeTimeFormat
WebAssembly
WebAssembly Référence WebAssembly
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.Module Référence Module
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.Instance Référence Instance
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.Memory Référence Memory
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.Table Référence Table
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.CompileError Référence CompileError
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.LinkError Référence LinkError
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
WebAssembly.RuntimeError Référence RuntimeError
Méthodes
compile()
instantiate()
instantiateStreaming()
validate()
Autres objets globaux
argumentsarguments
DOM Document Object Model
ElementElement
Référence
Propriétés
accessKey
attributes
childElementCount
children
classList
className
clientHeight
clientLeft
clientTop
clientWidth
firstElementChild
id
innerHTML
lastElementChild
localName
name
namespaceURI
nextElementSibling
onfullscreenchange
onfullscreenerror
outerHTML
prefix
previousElementSibling
scrollHeight
scrollLeft
scrollTop
scrollWidth
slot
tagName
childNodes
innerText
nextSibling
compareDocumentPosition
contains
contentEditable
dir
exitFullscreen
firstChild
insertAdjacentElement
insertAdjacentHTML
insertAdjacentText
insertBefore
isContentEditable
isDefaultNamespace
isEqualNode
isSameNode
isSupported
lang
lastChild
nodeName
nodeType
nodeValue
offsetHeight
offsetWidth
offsetLeft
offsetParent
offsetTop
ownerDocument
parentNode
parentElement
previousSibling
scrollIntoView
removeAttribute
removeAttributeNode
removeChild
replaceChild
requestFullscreen
setAttribute
setAttributeNode
style
tabIndex
textContent
Méthodes
appendChild()
blur()
click()
cloneNode()
focus()
getAttribute()
getAttributeNode()
getBoundingClientRect()
hasAttribute()
hasAttributes()
hasChildNodes()
DOM Event Référence Event
Propriétés
bubbles
cancelable
cancelBubble
composed
currentTarget
defaultPrevented
eventPhase
isTrusted
returnValue
srcElement
target
timeStamp
type
altKey
animationName
button
buttons
charCode
changeTouches
clientX
clientY
clipboardData
code
ctrlKey
data
dataTransfer
deltaX
deltaY
deltaZ
deltaMode
detail
elapsedTime
getTargetRanges
getModifierState
inputType
isComposing
key
location
lengthComputable
loaded
metaKey
MovementX
MovementY
newValue
newURL
offsetX
offsetY
oldValue
oldURL
onemptied
pageX
pageY
persisted
propertyName
pseudoElement
region
relatedTarget
screenX
screenY
shiftKey
state
stopPropagation
storageArea
targetTouches
total
touches
transitionend
url
which
view
Méthodes
composedPath()
preventDefault()
stopImmediatePropagation()
stopPropagation()
Storage
Propriétés
getItem
setItem
Méthodes
removeItem()
Anchor
Propriétés
download
hreflang
password
rel
rev
Sets
text
username
Form
Propriétés
acceptCharset
action
autocomplete
encoding
enctype
method
noValidate
Méthodes
reset()
submit()
IFrame
Propriétés
align
contentDocument
contentWindow
frameBorder
longDesc
marginHeight
marginWidth
sandbox
scrolling
seamless
srcdoc
Image Référence Image
Propriétés
alt
complete
crossOrigin
hspace
isMap
lowsrc
naturalHeight
naturalWidth
src
useMap
vspace
input Button
Input Checkbox Référence
Propriétés
autofocus
checked
defaultChecked
defaultValue
disabled
form
indeterminate
required
value
Méthode
select()
Input Color Référence
Propriétés
autofocus
checked
defaultChecked
defaultValue
disabled
form
indeterminate
list
required
value
valueAsDate
valueAsNumber
Méthodes
select()
stepDown()
stepUp()
Input Date Référence
Propriétés
autofocus
checked
defaultChecked
defaultValue
disabled
form
indeterminate
list
required
value
Méthode
select()
Input Email Référence
Propriétés
list
value
autocomplete
list
maxlength
minlength
multiple
pattern
placeholder
readonly
required
size
Méthode
select()
Input File
Propriétés
accept
files
multiple
value
Méthode
select()
Input Radio
Propriétés
Select
Propriétés
options
selectedIndex
Méthodes
add()
remove()
Table
Propriétés
rows
Interfaces du DOM
Attr Référence Attr
Propriétés
localName
name
namespaceURI
prefix
ownerElement
value
specified
getNamedItem
item
removeNamedItem
setNamedItem
CharacterData Référence CharacterData
Propriétés
data
length
Méthodes
appendData()
deleteData()
insertData()
replaceData()
substringData()
Comment
CustomEvent Référence
Propriété
detail
Méthode
initCustomEvent()
Document
DocumentFragment
DocumentType Référence DocumentType
Propriétés
entities
internalSubset
name
notations
publicId
systemId
Méthode
remove()
DOMException Référence DOMException
Propriétés
code
message
name
DOMImplementation Référence DOMImplementation
Méthodes
createDocument()
createDocumentType()
createHTMLDocument()
hasFeature()
DOMString Référence DOMString
chaîne UTF-16. Voir String
DOMTimeStamp Référence DOMTimeStamp
timestamp en millisecondes
DOMSettableTokenList
DOMStringList Référence DOMStringList
Propriétés
lentgh
Méthodes
item()
contains()
DOMTokenList Référence DOMTokenList
Propriétés
lentgh
value
Méthodes
item()
contains()
add()
remove()
replace()
supports()
toggle()
entries()
forEach()
keys()
values()
Element Référence Element
Propriétés
accessKey
attributes
childElementCount
children
classList
className
clientHeight
clientLeft
clientTop
clientWidth
firstElementChild
id
innerHTML
lastElementChild
localName
name
namespaceURI
nextElementSibling
onfullscreenchange
onfullscreenerror
outerHTML
prefix
previousElementSibling
scrollHeight
scrollLeft
scrollTop
scrollWidth
shadowRoot
slot
tagName
Méthodes
animate()
attachShadow()
closest()
getAttribute()
getAttributeNames()
getAttributeNode()
getAttributeNodeNS()
getAttributeNS()
getBoundingClientRect()
getClientRects()
getElementsByClassName()
getElementsByTagName()
getElementsByTagNameNS()
hasAttribute()
hasAttributeNS()
hasAttributes()
hasPointerCapture()
insertAdjacentElement()
insertAdjacentHTML()
insertAdjacentText()
matches()
querySelector()
querySelector()
querySelectorAll()
querySelectorAll()
releasePointerCapture()
removeAttribute()
removeAttributeNode()
removeAttributeNS()
requestFullscreen()
scroll()
scrollBy()
scrollIntoView()
scrollTo()
setAttribute()
setAttributeNode()
setAttributeNodeNS()
setAttributeNS()
setPointerCapture()
toggleAttribute()
contentEditable()
dataset()
dir()
hidden()
innerText()
isContentEditable()
lang()
offsetHeight()
EventTarget Référence EventTarget
Méthodes
addEventListener()
dispatchEvent()
removeEventListener()
HTMLCollection Référence HTMLCollection
Propriétés
item
length
namedItem
MutationObserver
Event Référence Event
Propriétés
bubbles
cancelBubble
cancelable
currentTarget
defaultPrevented
eventPhase
target
timestamp
type
isTrusted
Méthodes
createEvent()
composedPath()
initEvent()
preventDefault()
stopImmediatePropagation()
stopPropagation()
MutationRecord Référence
Propriétés
type
target
addedNodes
removedNodes
previousSibling
attributeName
attributeNamespace
oldValue
NamedNodeMap Référence
Propriété
length
Méthodes
getNamedItem()
setNamedItem()
removeNamedItem()
item()
getNamedItemNS()
setNameditemsNS()
removeNamedItemNS()
Node Référence
Propriétés
baseURI
childNodes
firstChild
isConnected
lastChild
nextSibling
nodeName
nodeType
nodeValue
outerText
ownerDocument
parentElement
parentNode
previousSibling
textContent
Méthodes
appendChild()
cloneNode()
compareDocumentPosition()
contains()
getRootNode()
getUserData()
hasChildNodes()
insertBefore()
isDefaultNamespace()
isEqualNode()
isSameNode()
isSupported()
lookupNamespaceURI()
lookupPrefix()
normalize()
removeChild()
replaceChild()
NodeFilter
NodeIterator Référence
Propriétés
filter
root
whatToShow
SHOW_ALL
SHOW_COMMENT
SHOW_DOCUMENT
SHOW_DOCUMENT_FRAGMENT
SHOW_DOCUMENT_TYPE
SHOW_ELEMENT
SHOW_PROCESSING_INSTRUCTION
SHOW_TEXT
Méthodes
nextNode()
previousNode()
NodeList Référence
Propriétés
length
Méthodes
entries()
forEach()
item()
keys()
values()
NonDocumentTypeChildNode Référence
Propriétés
nextElementSibling
previousElementSibling
Méthodes
ParentNode Référence
Propriétés
childElementCount
children
firstElementChild
lastElementChild
Méthodes
querySelector()
querySelectorAll()
ProcessingInstruction
Range
Text Référence
Propriétés
assignedSlot
wholeText
Méthodes
splitText()
TimeRanges Référence
Propriétés
length
Méthodes
end()
start()
TreeWalker Référence
Propriétés
currentNode
filter
root
whatToShow
Méthodes
firstChild()
lastChild()
nextNode()
nextSibling()
parentNode()
previousNode()
previousSibling()
URL Référence
Propriétés
hash
host
hostname
href
origin
password
pathname
port
protocol
search
searchParams
username
Méthodes
createObjectURL()
revokeObjectURL()
toJSON()
toString()
Worker Référence
Propriétés
onerror
onmessage
onmessageerror
Méthodes
postMessage()
terminate()
Interfaces HTML
HTMLAnchorElement
HTMLAppletElement
HTMLAudioElement
HTMLBaseElement
HTMLBodyElement
HTMLBRElement
HTMLButtonElement
HTMLCanvasElement Référence Canvas
Propriétés
fillStyle
height
lineWidth
strokeStyle
shadowColor
shadowBlur
shadowOffsetX
shadowOffsetY
width
Méthodes
createLinearGradient()
createPattern()
createRadialGradient()
addColorStop()
beginPath()
getContext()
lineTo()
stroke()
clearRect()
toBlob()
toDataURL()
HTMLDataElement
HTMLDataListElement
HTMLDialogElement
HTMLDirectoryElement
HTMLDivElement
HTMLDListElement
HTMLElement Référence HTMLElement
Propriétés
contentEditable
dataset
dir
hidden
innerText
isContentEditable
lang
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
onanimationcancel
onanimationend
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
oncontextmenu
oncuechange
ondblclick
ondurationchange
onended
onerror
onfocus
ongotpointercapture
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onload
onloadeddata
onloadedmetadata
onloadend
onloadstart
onlostpointercapture
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onpause
onplay
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onreset
onresize
onscroll
onselect
onsubmit
ontransitioncancel
ontransitionend
onwheel
style
tabIndex
title
Méthodes
blur()
click()
focus()
HTMLElement.style Référence Style
Propriétés
alignContent
alignItems
alignSelf
animation
animationDelay
animationDirection
animationDuration
animationFillMode
animationIterationCount
animationTimingFunction
animationPlayState
background
backgroundAttachment
backgroundColor
backgroundImage
backgroundPosition
backgroundRepeat
backgroundClip
backgroundOrigin
backgroundSize
backfaceVisibility
border
borderBottom
borderBottomColor
borderBottomLeftRadius
borderBottomRightRadius
borderBottomStyle
borderBottomWidth
borderCollapse
borderColor
borderImage
borderImageOutset
borderImageRepeat
borderImageSlice
borderImageSource
borderImageWidth
borderLeft
borderLeftColor
borderLeftStyle
borderLeftWidth
borderRadius
borderRight
borderRightColor
borderRightStyle
borderRightWidth
borderSpacing
borderStyle
borderTop
borderTopColor
borderTopLeftRadius
borderTopRightRadius
borderTopStyle
borderTopWidth
borderWidth
bottom
boxDecorationBreak
boxShadow
boxSizing
captionSide
clip
color
columnCount
columnFill
columnGap
columnRule
columnRuleColor
columnRuleStyle
columnRuleWidth
columns
columnSpan
columnWidth
content
counter
counterReset
cursor
direction
display
emptyCells
flex
flexBasis
flexDirection
flexFlow
flexGrow
flexShrink
flexWrap
cssFloat
font
fontFamily
fontSize
fontStyle
fontVariant
fontWeight
fontSizeAdjust
fontStretch
hangingPunctuation
hyphens
icon
imageOrientation
isolation
justifyContent
left
letterSpacing
lineHeight
listStyle
listStyleImage
listStylePosition
listStyleType
margin
marginBottom
marginLeft
marginRight
marginTop
maxHeight
maxWidth
minHeight
minWidth
navDown
navIndex
navLeft
navRight
navUp
objectFit
objectPosition
opacity
order
orphans
outline
outlineColor
outlineOffset
outlineStyle
outlineWidth
overflow
overflowX
overflowY
padding
paddingBottom
paddingLeft
paddingRight
paddingTop
pageBreakAfter
pageBreakBefore
pageBreakInside
perspective
perspectiveOrigin
quotes
resize
right
tableLayout
tabSize
textAlign
textAlignLast
textDecoration
textDecorationColor
textDecorationLine
textDecorationStyle
textIndent
textJustify
textOverflow
textShadow
textTransform
top
transform
transformOrigin
transformStyle
transition
transitionProperty
transitionDuration
transitionTimingFunction
transitionDelay
unicodeBidi
userSelect
verticalAlign
visibility
whiteSpace
wordBreak
wordSpacing
wordWrap
widows
zIndex
HTMLEmbedElement
HTMLFieldSetElement
HTMLFontElement
HTMLFormElement Référence HTMLFormElement
Propriétés
acceptCharset
action
elements
encoding
enctype
length
method
name
target
Méthodes
reportValidity()
reset()
submit()
HTMLFrameElement
HTMLFrameSetElement
HTMLHeadElement
HTMLHeadingElement
HTMLIFrameElement
HTMLImageElement Référence
Propriétés
align
alt
complete
crossOrigin
currentSrc
height
ismap
naturalHeight
src
useMap
width
x
y
Méthode
Image()
HTMLInputElement Référence HTMLInputElement
hérite propriétés de HTMLElement
Propriétés
labels
multiple
Evènements
abort
DOMContentLoaded
afterprint
afterscriptexecute
beforeprint
beforescriptexecute
beforeunload
blur
cancel
change
click
close
connect
contextmenu
error
focus
hashchange
input
invalid
languagechange
load
loadend
loadstart
message
offline
online
open
pagehide
pageshow
popstate
progress
readystatechange
reset
select
show
sort
storage
submit
toggle
unload
loadeddata
loadedmetadata
canplay
playing
play
canplaythrough
seeked
seeking
stalled
suspend
timeupdate
volumechange
waiting
durationchange
emptied
unhandledrejection
rejectionhandled
Méthodes
select()
setRangeText()
setSelectionRange()
HTMLKeygenElement
HTMLLabelElement
HTMLLegendElement
HTMLMediaElement
HTMLMetaElement
HTMLOptionElement
HTMLPreElement
HTMLQuoteElement
HTMLScriptElement
HTMLSelectElement
HTMLSourceElement
HTMLSpanElement
HTMLStyleElement
HTMLTableElement Référence HTMLTableElement
Propriétés
caption
cellPadding
cellSpacing
frame
rows
rules
summary
tBodies
tFoot
tHead
width
Méthodes
createCaption()
createTFoot()
createTHead()
deleteCaption()
deleteRow()
deleteTFoot()
deleteTHead()
insertRow()
HTMLTextareaElement
HTMLTitleElement
HTMLElement
Interfaces SVG
Référence Web APIs
Crypto Référence Crypto
The Crypto interface represents basic cryptography features available in the current context.
Propriété
subtle
Méthode
getRandomValues()
documentElement
DocumentType Référence DocumentType
returns the Element that is the root element of the document (for example, the <html> element for HTML documents).
FormData Référence FormData
Méthodes
append()
delete()
entries()
get()
getAll()
has()
keys()
set()
values()
Gelolocation Référence Gelolocation
Référence
Propriétés
coordinates
position
positionError
positionOptions
enableHighAccuracy
maximumAge
timeout
Méthodes
clearWatch()
getCurrentPosition()
watchPosition()
NetworkInformation Référence NetworkInformation
Propriétés
downlink
downlinkMax
effectiveType
rtt
saveData
type
Evènements
onchange
Méthodes héritées de EventTarget
addEventListener()
dispatchEvent()
removeEventListener()
Validation API Référence
Propriétés
validity
validationMessage
willValidate
Méthodes
checkValidity()
reportValidity()
setCustomValidity()
ActiveXObject
XMLHTTPRequest Référence XMLHttpRequest
Propriétés
onreadystatechange
readyState
responseText
responseType
responseURL
responseXML
status
statusText
timeout
upload
withCredentials
Méthodes
abort()
close()
getAllResponseHeaders()
getResponseHeader()
open()
overrideMimeType()
send()
setRequestHeader()
BOM Browser Objects
Console Référence Console
Objets
memory
Méthodes
assert()
clear()
context()
count()
countReset()
dir()
dirxml()
error()
group()
groupCollapsed()
groupEnd()
info()
log()
profile()
profileEnd()
table()
time()
timeEnd()
timeLog()
timeStamp()
trace()
warn()
Window Référence Window
Objets
applicationCache
caches
chrome
clientInformation
console
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
PERSISTENT
TEMPORARY
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearImmediate()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
dispatchEvent()
fetch()
find()
focus()
getComputedStyle()
getAttention()
getDefaultComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
removeEventListener()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
restore()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
Méthode Héritée
addEventListener()
window.applicationCache Référence applicationCache
Returns a reference to the application cache object for the window: an object reference to an OfflineResourceList
window.caches Référence caches
This is an experimental technology
window.clientInformationclientInformation
internet explorer/edge
window.consoleconsole
Objets
memory
Méthodes
assert()
clear()
context()
count()
countReset()
debug()
dir()
dirxml()
error()
group()
groupCollapsed()
groupEnd()
info()
log()
profile()
profileEnd()
table()
time()
timeEnd()
timeLog()
timeStamp()
trace()
warn()
window.crypto Référence crypto
The Window.crypto property returns the Crypto object associated to the global object.This object allows web pages access to certain cryptographic related services.
window.crypto.subtlesubtle
window.customElementscustomElements
window.document Référence Référence Document
Propriétés
all
body
characterSet
childElementCount
children
compatMode
contentType
currentScript
defaultView
designMode
dir
doctype
documentElement
documentURI
domain
embeds
firstElementChild
forms
fullscreenEnabled
head
hidden
images
implementation
lastElementChild
lastModified
lastStyleSheetSet
layers
links
location
plugins
policy
preferredStyleSheetSet
readyState
referrer
scripts
selectedStyleSheetSet
styleSheetSets
title
URL
visibilityState
Evènements
onanimationcancel
onanimationend
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
oncontextmenu
oncuechange
ondblclick
ondurationchange
onended
onerror
onfocus
onfullscreenchange
onfullscreenerror
ongotpointercapture
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onload
onloadeddata
onloadedmetadata
onloadend
onloadstart
onlostpointercapture
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onoffline
ononline
onpause
onplay
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onreset
onresize
onscroll
onselect
onsubmit
ontransitioncancel
ontransitionend
onvisibilitychange
onwheel
Méthodes
adoptNode()
close()
createAttribute()
createCDATASection()
createComment()
createDocumentFragment()
createElement()
createElementNS()
createEvent()
createExpression()
createNodeIterator()
createNSResolver()
createProcessingInstruction()
createRange()
createTextNode()
createTreeWalker()
enableStyleSheetsForSet()
evaluate()
execCommand()
exitFullscreen()
getElementById()
getElementsByClassName()
getElementsByName()
getElementsByTagName()
getElementsByTagNameNS()
hasFocus()
importNode()
open()
queryCommandEnabled()
queryCommandSupported()
querySelector()
querySelectorAll()
releaseCapture()
write()
writeln()
window.document.activeElementactiveElement
window.document.adoptedStyleSheetsadoptedStyleSheets
tableau (voir Array) de Stylesheet
Propriétés
length
window.document.anchorsanchors
tableau (voir Array) de Anchors
Propriétés
length
window.document.appletsapplets
tableau (voir Array) de Applet
Propriétés
length
window.document.body Référence body
The Document.body property represents the <body> or <frameset> node of the current document, or null if no such element exists.
window.document.childNodes Référence childNodes
read-only property returns a live NodeList of child nodes of the given element where the first child node is assigned index 0.
Propriétés
length
window.document.childrenchildren
window.document.currentScriptcurrentScript
window.document.defaultViewdefaultView
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Propriétés
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
window.document.doctype Référence doctype
instance d'objet DocumentType
Propriétés
name
internalSubset
publicId
systemId
window.document.documentElementdocumentElement
window.document.embedsembeds
window.document.firstChildfirstChild
window.document.firstElementChildfirstElementChild
window.document.fontsfonts
window.document.formsforms
window.document.fullscreenElementfullscreenElement
window.document.headhead
window.document.images Référence images
Tableau d'objets Image
Propriétés
length
window.document.implementationimplementation
window.document.lastChildlastChild
window.document.lastElementChildlastElementChild
window.document.linkslinks
window.document.locationlocation
Référence
Objets
ancestorOrigins
Propriétés
hash
host
hostname
href
origin
pathname
port
protocol
search
Méthodes
assign()
reload()
replace()
toString()
window.document.nextSiblingnextSibling
window.document.nodeValuenodeValue
window.document.ownerDocumentownerDocument
window.document.parentElementparentElement
window.document.parentNodeparentNode
window.document.pluginsplugins
window.document.pointerLockElementpointerLockElement
window.document.previousSiblingpreviousSibling
window.document.rootElementrootElement
window.document.scriptsscripts
window.document.scrollingElementscrollingElement
window.document.styleSheetsstyleSheets
window.document.textContenttextContent
window.document.xmlEncodingxmlEncoding
window.document.xmlVersionxmlVersion
window.event Référence Event
Propriétés
bubbles
cancelable
cancelBubble
composed
currentTarget
defaultPrevented
eventPhase
isTrusted
returnValue
srcElement
target
timeStamp
type
keyCode
onclick
Méthodes
composedPath()
preventDefault()
stopImmediatePropagation()
stopPropagation()
window.externalexternal
window.frameElementframeElement
window.framesframes
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
window.history Référence History
Propriétés
length
Méthodes
back()
forward()
go()
pushState()
replaceState()
window.history.statestate
window.indexedDBindexedDB
window.localStoragelocalStorage
window.locationlocation
Objets
ancestorOrigins
Propriétés
hash
host
hostname
href
origin
pathname
port
protocol
search
Méthodes
assign()
reload()
replace()
toString()
window.location.ancestorOriginsancestorOrigins
window.locationbarlocationbar
window.menubarmenubar
window.navigator Référence Navigator
Propriétés
buildID
clipboard
cookieEnabled
credentials
deviceMemory
geolocation
language
maxTouchPoints
mediaDevices
mozBluetooth
mozTime
onLine
oscpu
permissions
platform
product
productSub
serviceWorker
userAgent
vendor
vendorSub
webdriver
javaEnabled
taintEnabled
Méthodes
addIdleObserver()
getBattery()
getVRDisplays()
registerProtocolHandler()
requestMediaKeySystemAccess()
sendBeacon()
vibrate()
window.navigator.bluetoothbluetooth
window.navigator.clipboardclipboard
window.navigator.connectionconnection
Objet
NetworkInformation
window.navigator.credentialscredentials
window.navigator.doNotTrackdoNotTrack
window.navigator.geolocationgeolocation
window.navigator.keyboardkeyboard
window.navigator.languageslanguages
window.navigator.lockslocks
window.navigator.mediaCapabilitiesmediaCapabilities
window.navigator.mediaDevicesmediaDevices
window.navigator.mediaSessionmediaSession
window.navigator.mimeTypesmimeTypes
window.navigator.permissionspermissions
window.navigator.pluginsplugins
window.navigator.presentationpresentation
window.navigator.serviceWorkerserviceWorker
window.navigator.storagestorage
window.navigator.usbusb
window.navigator.userActivationuserActivation
window.parentparent
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
window.performanceperformance
Référence
Objets
memory
navigation
onresourcetimingbufferfull
timing
Propriétés
timeOrigin
Méthodes
clearMarks()
clearMeasures()
clearResourceTimings()
dispatchEvent()
getEntries()
getEntriesByName()
getEntriesByType()
mark()
measure()
now()
removeEventListener()
setResourceTimingBufferSize()
toJSON()
Méthode héritée
addEventListener()
window.performance.memorymemory
Propriétés
jsHeapSizeLimit
totalJSHeapSize
usedJSHeapSize
window.performance.navigationnavigation
Propriétés
TYPE_BACK_FORWARD
TYPE_NAVIGATE
TYPE_RELOAD
TYPE_RESERVED
redirectCount
type
Méthodes
toJSON()
window.performance.timingtiming
Propriétés
connectEnd
connectStart
domComplete
domContentLoadedEventEnd
domContentLoadedEventStart
domInteractive
domLoading
domainLookupEnd
domainLookupStart
fetchStart
loadEventEnd
loadEventStart
navigationStart
redirectEnd
redirectStart
requestStart
responseEnd
responseStart
secureConnectionStart
unloadEventEnd
unloadEventStart
Méthodes
toJSON()
window.personalbarpersonalbar
Propriétés
visible
window.screen Référence Screen
Référence
Objets
orientation
Propriétés
availHeight
availLeft
availTop
availWidth
colorDepth
height
left
mozBrightness
mozEnabled
onorientationchange
orientation
pixelDepth
top
width
Méthodes
lockOrientation()
unlockOrientation()
window.screen.orientationorientation
Objets
onchange
Propriétés
angle
type
Méthodes
addEventListener()
dispatchEvent()
lock()
removeEventListener()
unlock()
window.scrollbarsscrollbars
Propriétés
visible
window.selfself
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
PERSISTENT
TEMPORARY
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
addEventListener()
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
dispatchEvent()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
removeEventListener()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
window.sessionStoragesessionStorage
Propriétés
length
Méthodes
clear()
getItem()
key()
removeItem()
setItem()
window.speechSynthesisspeechSynthesis
Objets
onvoiceschanged
Propriétés
paused
pending
speaking
Méthodes
addEventListener()
cancel()
dispatchEvent()
getVoices()
pause()
removeEventListener()
resume()
speak()
window.statusbarstatusbar
Propriétés
visible
window.styleMediastyleMedia
Propriétés
type
Méthodes
matchMedium()
window.toolbartoolbar
Propriétés
visible
window.toptop
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
PERSISTENT
TEMPORARY
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
addEventListener()
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
dispatchEvent()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
removeEventListener()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()
window.visualViewportvisualViewport
Objets
onresize
onscroll
Propriétés
height
offsetLeft
offsetTop
pageLeft
pageTop
scale
width
Méthodes
addEventListener()
dispatchEvent()
removeEventListener()
window.webkitStorageInfowebkitStorageInfo
Propriétés
PERSISTENT
TEMPORARY
Méthodes
queryUsageAndQuota()
requestQuota()
window.windowwindow
Objets
applicationCache
caches
chrome
clientInformation
crypto
customElements
document
external
frameElement
frames
history
indexedDB
localStorage
location
locationbar
menubar
navigator
opener
parent
performance
personalbar
screen
scrollbars
self
sessionStorage
speechSynthesis
statusbar
styleMedia
toolbar
top
visualViewport
webkitStorageInfo
window
Evènements
onabort
onafterprint
onanimationend
onanimationiteration
onanimationstart
onappinstalled
onauxclick
onbeforeinstallprompt
onbeforeprint
onbeforeunload
onblur
oncancel
oncanplay
oncanplaythrough
onchange
onclick
onclose
oncontextmenu
oncuechange
ondblclick
ondevicemotion
ondeviceorientation
ondeviceorientationabsolute
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
ongotpointercapture
onhashchange
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onlanguagechange
onload
onloadeddata
onloadedmetadata
onloadstart
onlostpointercapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onoffline
ononline
onpagehide
onpageshow
onpause
onplay
onplaying
onpointercancel
onpointerdown
onpointerenter
onpointerleave
onpointermove
onpointerout
onpointerover
onpointerup
onpopstate
onprogress
onratechange
onrejectionhandled
onreset
onresize
onscroll
onsearch
onseeked
onseeking
onselect
onselectionchange
onselectstart
onstalled
onstorage
onsubmit
onsuspend
ontimeupdate
ontoggle
ontransitionend
onunhandledrejection
onunload
onvolumechange
onwaiting
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
onwheel
Propriétés
PERSISTENT
TEMPORARY
closed
defaultStatus
defaultstatus
devicePixelRatio
innerHeight
innerWidth
isSecureContext
length
name
origin
outerHeight
outerWidth
pageXOffset
pageYOffset
screenLeft
screenTop
screenX
screenY
scrollX
scrollY
status
typeAttr
Méthodes
addEventListener()
alert()
atob()
blur()
btoa()
cancelAnimationFrame()
cancelIdleCallback()
captureEvents()
clearInterval()
clearTimeout()
close()
confirm()
createImageBitmap()
dispatchEvent()
fetch()
find()
focus()
getComputedStyle()
getSelection()
matchMedia()
moveBy()
moveTo()
open()
openDatabase()
postMessage()
print()
prompt()
queueMicrotask()
releaseEvents()
removeEventListener()
requestAnimationFrame()
requestIdleCallback()
resizeBy()
resizeTo()
scroll()
scrollBy()
scrollTo()
setInterval()
setTimeout()
stop()
var_dump()
webkitCancelAnimationFrame()
webkitRequestAnimationFrame()
webkitRequestFileSystem()
webkitResolveLocalFileSystemURL()