A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/es/docs/Web/API/Document/defaultView below:

Document.defaultView - API web | MDN

MDN Web Docs
  1. Tecnología web para desarrolladores
  2. API web
  3. Document
  4. Document.defaultView

Esta página ha sido traducida del inglés por la comunidad. Aprende más y únete a la comunidad de MDN Web Docs.

Filter sidebar

En este artículo
  1. Document
  2. Constructor
    1. Document()
  3. Propiedades de instancia
    1. activeElement
    2. adoptedStyleSheets
    3. alinkColor Obsoleto
    4. all Obsoleto
    5. anchors Obsoleto
    6. applets Obsoleto
    7. bgColor Obsoleto
    8. body
    9. characterSet
    10. childElementCount
    11. children
    12. compatMode
    13. contentType
    14. cookie
    15. currentScript
    16. defaultView
    17. designMode
    18. dir
    19. doctype
    20. documentElement
    21. documentURI
    22. domain Obsoleto
    23. embeds
    24. featurePolicy Experimental
    25. fgColor Obsoleto
    26. firstElementChild
    27. fonts
    28. forms
    29. fragmentDirective
    30. fullscreen Obsoleto
    31. fullscreenElement
    32. fullscreenEnabled
    33. head
    34. hidden
    35. images
    36. implementation
    37. lastElementChild
    38. lastModified
    39. lastStyleSheetSet No estándar Obsoleto
    40. linkColor Obsoleto
    41. links
    42. location
    43. pictureInPictureElement
    44. pictureInPictureEnabled
    45. plugins
    46. pointerLockElement
    47. preferredStyleSheetSet No estándar Obsoleto
    48. prerendering Experimental
    49. readyState
    50. referrer
    51. rootElement Obsoleto
    52. scripts
    53. scrollingElement
    54. selectedStyleSheetSet No estándar Obsoleto
    55. styleSheets
    56. styleSheetSets No estándar Obsoleto
    57. timeline
    58. title
    59. URL
    60. visibilityState
    61. vlinkColor Obsoleto
    62. xmlEncoding Obsoleto
    63. xmlVersion Obsoleto
  4. Métodos estáticos
    1. parseHTML()
    2. parseHTMLUnsafe()
  5. Métodos de instancia
    1. adoptNode()
    2. append()
    3. browsingTopics() Experimental No estándar
    4. caretPositionFromPoint()
    5. caretRangeFromPoint() No estándar
    6. clear() Obsoleto
    7. close()
    8. createAttribute()
    9. createAttributeNS()
    10. createCDATASection()
    11. createComment()
    12. createDocumentFragment()
    13. createElement()
    14. createElementNS()
    15. createEvent() Obsoleto
    16. createExpression()
    17. createNodeIterator()
    18. createNSResolver() Obsoleto
    19. createProcessingInstruction()
    20. createRange()
    21. createTextNode()
    22. createTouch() No estándar Obsoleto
    23. createTouchList() No estándar Obsoleto
    24. createTreeWalker()
    25. elementFromPoint()
    26. elementsFromPoint()
    27. enableStyleSheetsForSet() No estándar Obsoleto
    28. evaluate()
    29. execCommand() Obsoleto
    30. exitFullscreen()
    31. exitPictureInPicture()
    32. exitPointerLock()
    33. getAnimations()
    34. getElementById()
    35. getElementsByClassName()
    36. getElementsByName()
    37. getElementsByTagName()
    38. getElementsByTagNameNS()
    39. getSelection()
    40. hasFocus()
    41. hasStorageAccess()
    42. hasUnpartitionedCookieAccess()
    43. importNode()
    44. moveBefore() Experimental
    45. mozSetImageElement() No estándar
    46. open()
    47. prepend()
    48. queryCommandEnabled() No estándar Obsoleto
    49. queryCommandState() No estándar Obsoleto
    50. queryCommandSupported() No estándar Obsoleto
    51. querySelector()
    52. querySelectorAll()
    53. releaseCapture() No estándar
    54. replaceChildren()
    55. requestStorageAccess()
    56. requestStorageAccessFor() Experimental
    57. startViewTransition()
    58. write() Obsoleto
    59. writeln() Obsoleto
  6. Eventos
    1. afterscriptexecute No estándar Obsoleto
    2. beforescriptexecute No estándar Obsoleto
    3. DOMContentLoaded
    4. fullscreenchange
    5. fullscreenerror
    6. pointerlockchange
    7. pointerlockerror
    8. prerenderingchange Experimental
    9. readystatechange
    10. scroll
    11. scrollend
    12. scrollsnapchange Experimental
    13. scrollsnapchanging Experimental
    14. securitypolicyviolation
    15. selectionchange
    16. visibilitychange
  7. Herencia
    1. Node
    2. EventTarget
En este artículo Document.defaultView

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.

Resumen

En los navegadores devuelve el objeto window asociado con el document o null si no está disponible.

Sintaxis

js

var win = document.defaultView;

Esta propiedad es de solo lectura.

Notas

De acuerco con quirksmode, defaultView no está soportado en IE hasta su version 9.

Especificaciones Specification HTML
# dom-document-defaultview-dev
Compatibilidad del Navegador Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 17 dic 2024 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch 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