• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • References
    • 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

    • Web Technology

      Web technology reference for developers

  • Guides
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • MDN Plus
    • Overview

      A customized MDN experience

    • Updates

      All browser compatibility updates at a glance

    • Documentation

      Learn how to use MDN Plus

    • FAQ

      Frequently asked questions about MDN Plus

  • Already a subscriber?
  • Get MDN Plus
  1. 개발자를 위한 웹 기술
  2. Web API
  3. Document
  4. Document.embeds

이 페이지는 영어로부터 커뮤니티에 의하여 번역되었습니다. MDN Web Docs에서 한국 커뮤니티에 가입하여 자세히 알아보세요.

Related Topics

  1. Document
  2. Constructor
    1. Document()
  3. Instance properties
    1. activeElement
    2. adoptedStyleSheets (en-US)
    3. Deprecated alinkColor (en-US)
    4. Deprecated all
    5. Deprecated anchors
    6. Deprecated applets
    7. Deprecated bgColor (en-US)
    8. body
    9. characterSet
    10. childElementCount (en-US)
    11. children (en-US)
    12. compatMode
    13. contentType (en-US)
    14. cookie
    15. currentScript (en-US)
    16. defaultView
    17. designMode
    18. dir (en-US)
    19. doctype
    20. documentElement
    21. documentURI
    22. Deprecated domain
    23. embeds
    24. Experimental featurePolicy (en-US)
    25. Deprecated fgColor (en-US)
    26. firstElementChild (en-US)
    27. fonts (en-US)
    28. forms
    29. Experimental fragmentDirective (en-US)
    30. Deprecated fullscreen (en-US)
    31. fullscreenElement (en-US)
    32. fullscreenEnabled (en-US)
    33. head
    34. hidden
    35. images
    36. implementation
    37. lastElementChild (en-US)
    38. lastModified (en-US)
    39. Non-standard Deprecated lastStyleSheetSet (en-US)
    40. Deprecated linkColor (en-US)
    41. links
    42. location
    43. Non-standard msCapsLockWarningOff (en-US)
    44. pictureInPictureElement (en-US)
    45. pictureInPictureEnabled (en-US)
    46. plugins (en-US)
    47. pointerLockElement (en-US)
    48. Non-standard Deprecated preferredStyleSheetSet (en-US)
    49. readyState
    50. referrer
    51. Deprecated rootElement (en-US)
    52. scripts (en-US)
    53. scrollingElement (en-US)
    54. Non-standard Deprecated selectedStyleSheetSet (en-US)
    55. styleSheets
    56. Non-standard Deprecated styleSheetSets
    57. timeline (en-US)
    58. title (en-US)
    59. URL
    60. visibilityState
    61. Deprecated vlinkColor (en-US)
    62. Deprecated xmlEncoding (en-US)
    63. Deprecated xmlVersion (en-US)
  4. Instance methods
    1. adoptNode()
    2. append() (en-US)
    3. caretPositionFromPoint() (en-US)
    4. Non-standard caretRangeFromPoint() (en-US)
    5. Deprecated clear() (en-US)
    6. close() (en-US)
    7. createAttribute() (en-US)
    8. createAttributeNS() (en-US)
    9. createCDATASection() (en-US)
    10. createComment() (en-US)
    11. createDocumentFragment()
    12. createElement()
    13. createElementNS()
    14. createEvent()
    15. createExpression() (en-US)
    16. createNodeIterator()
    17. createNSResolver() (en-US)
    18. createProcessingInstruction() (en-US)
    19. createRange()
    20. createTextNode()
    21. Non-standard Deprecated createTouch() (en-US)
    22. Non-standard Deprecated createTouchList() (en-US)
    23. createTreeWalker()
    24. elementFromPoint() (en-US)
    25. elementsFromPoint() (en-US)
    26. Non-standard Deprecated enableStyleSheetsForSet() (en-US)
    27. evaluate() (en-US)
    28. Deprecated execCommand()
    29. exitFullscreen() (en-US)
    30. exitPictureInPicture() (en-US)
    31. exitPointerLock() (en-US)
    32. getAnimations() (en-US)
    33. getElementById()
    34. getElementsByClassName() (en-US)
    35. getElementsByName() (en-US)
    36. getElementsByTagName()
    37. getElementsByTagNameNS()
    38. getSelection()
    39. hasFocus()
    40. hasStorageAccess() (en-US)
    41. importNode()
    42. Non-standard mozSetImageElement() (en-US)
    43. open()
    44. prepend() (en-US)
    45. Non-standard Deprecated queryCommandEnabled() (en-US)
    46. Non-standard Deprecated queryCommandState() (en-US)
    47. Non-standard Deprecated queryCommandSupported() (en-US)
    48. querySelector()
    49. querySelectorAll()
    50. Non-standard releaseCapture() (en-US)
    51. replaceChildren() (en-US)
    52. requestStorageAccess() (en-US)
    53. write()
    54. writeln() (en-US)
  5. Events
    1. Non-standard afterscriptexecute (en-US)
    2. Non-standard beforescriptexecute (en-US)
    3. copy
    4. cut
    5. DOMContentLoaded (en-US)
    6. fullscreenchange (en-US)
    7. fullscreenerror (en-US)
    8. lostpointercapture (en-US)
    9. Non-standard mssitemodejumplistitemremoved (en-US)
    10. Non-standard msthumbnailclick (en-US)
    11. paste
    12. pointerlockchange (en-US)
    13. pointerlockerror (en-US)
    14. readystatechange
    15. scroll
    16. scrollend (en-US)
    17. selectionchange (en-US)
    18. visibilitychange
  6. Inheritance:
    1. Node
    2. EventTarget

Document.embeds

Summary

embeds 는 현재 document 에 embed되어 있는 OBJECT 들의 list 를 반환합니다.

Syntax

nodeList = document.embeds

Specifications

Specification
HTML Standard
# dom-document-embeds-dev

Found a content problem with this page?

  • Edit the page on Github.
  • Report the content issue.
  • View the source on GitHub.
Want to get more involved? Learn how to contribute.

This page was last modified on 2022년 12월 29일 by MDN contributors.

MDN logo

Your blueprint for a better internet.

  • MDN on Twitter
  • MDN on GitHub

MDN

  • About
  • Hacks Blog
  • Careers

Support

  • Product help
  • Report an issue

Our communities

  • MDN Community
  • MDN Forum
  • MDN Chat

Developers

  • Web Technologies
  • Learn Web Development
  • MDN Plus
Mozilla logo
  • Website Privacy Notice
  • Cookies
  • Legal
  • Community Participation Guidelines

Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2023 by individual mozilla.org contributors. Content available under a Creative Commons license.