Overview / Web Technology
Web technology reference for developers
HTML
Structure of content on the web
CSS
Code used to describe document style
JavaScript
General-purpose scripting language
HTTP
Protocol for transmitting web resources
Web APIs
Interfaces for building web applications
Web Extensions
Developing extensions for web browsers
Accessibility
Build web projects usable for all
Web Technology
Web technology reference for developers
Filter sidebar
En este artÃculoDocument
activeElement
adoptedStyleSheets
alinkColor
Obsoletoall
Obsoletoanchors
Obsoletoapplets
ObsoletobgColor
Obsoletobody
characterSet
childElementCount
children
compatMode
contentType
cookie
currentScript
defaultView
designMode
dir
doctype
documentElement
documentURI
domain
Obsoletoembeds
featurePolicy
ExperimentalfgColor
ObsoletofirstElementChild
fonts
forms
fragmentDirective
fullscreen
ObsoletofullscreenElement
fullscreenEnabled
head
hidden
images
implementation
lastElementChild
lastModified
lastStyleSheetSet
No estándar ObsoletolinkColor
Obsoletolinks
location
pictureInPictureElement
pictureInPictureEnabled
plugins
pointerLockElement
preferredStyleSheetSet
No estándar Obsoletoprerendering
ExperimentalreadyState
referrer
rootElement
Obsoletoscripts
scrollingElement
selectedStyleSheetSet
No estándar ObsoletostyleSheets
styleSheetSets
No estándar Obsoletotimeline
title
URL
visibilityState
vlinkColor
ObsoletoxmlEncoding
ObsoletoxmlVersion
ObsoletoadoptNode()
append()
browsingTopics()
Experimental No estándarcaretPositionFromPoint()
caretRangeFromPoint()
No estándarclear()
Obsoletoclose()
createAttribute()
createAttributeNS()
createCDATASection()
createComment()
createDocumentFragment()
createElement()
createElementNS()
createEvent()
ObsoletocreateExpression()
createNodeIterator()
createNSResolver()
ObsoletocreateProcessingInstruction()
createRange()
createTextNode()
createTouch()
No estándar ObsoletocreateTouchList()
No estándar ObsoletocreateTreeWalker()
elementFromPoint()
elementsFromPoint()
enableStyleSheetsForSet()
No estándar Obsoletoevaluate()
execCommand()
ObsoletoexitFullscreen()
exitPictureInPicture()
exitPointerLock()
getAnimations()
getElementById()
getElementsByClassName()
getElementsByName()
getElementsByTagName()
getElementsByTagNameNS()
getSelection()
hasFocus()
hasStorageAccess()
hasUnpartitionedCookieAccess()
importNode()
moveBefore()
ExperimentalmozSetImageElement()
No estándaropen()
prepend()
queryCommandEnabled()
No estándar ObsoletoqueryCommandState()
No estándar ObsoletoqueryCommandSupported()
No estándar ObsoletoquerySelector()
querySelectorAll()
releaseCapture()
No estándarreplaceChildren()
requestStorageAccess()
requestStorageAccessFor()
ExperimentalstartViewTransition()
write()
Obsoletowriteln()
Obsoletoafterscriptexecute
No estándar Obsoletobeforescriptexecute
No estándar ObsoletoDOMContentLoaded
fullscreenchange
fullscreenerror
pointerlockchange
pointerlockerror
prerenderingchange
Experimentalreadystatechange
scroll
scrollend
scrollsnapchange
Experimentalscrollsnapchanging
Experimentalsecuritypolicyviolation
selectionchange
visibilitychange
Baseline Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since July 2015.
ResumenEn los navegadores devuelve el objeto window asociado con el document
o null
si no está disponible.
js
var win = document.defaultView;
Esta propiedad es de solo lectura.
NotasDe acuerco con quirksmode, defaultView
no está soportado en IE hasta su version 9.
.
This page was last modified on 17 dic 2024 by MDN contributors.
View this page on GitHubâ¢
Report a problem with this contentRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4