A RetroSearch Logo

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

Search Query:

Showing content from http://developer.mozilla.org/ko/docs/Web/API/Window/cookieStore below:

Window: cookieStore property - Web API

MDN Web Docs
  1. 개발자를 위한 웹 기술
  2. Web API
  3. Window
  4. cookieStore

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

Filter sidebar

목차
  1. Cookie Store API
  2. Window
  3. 인스턴스 속성
    1. caches
    2. closed
    3. cookieStore
    4. credentialless Experimental
    5. crossOriginIsolated
    6. crypto
    7. customElements
    8. devicePixelRatio
    9. document
    10. documentPictureInPicture Experimental
    11. event 지원이 중단되었습니다
    12. external 지원이 중단되었습니다
    13. fence Experimental
    14. frameElement
    15. frames
    16. fullScreen 비표준
    17. history
    18. indexedDB
    19. innerHeight
    20. innerWidth
    21. isSecureContext
    22. launchQueue Experimental
    23. length
    24. localStorage
    25. location
    26. locationbar
    27. menubar
    28. mozInnerScreenX 비표준
    29. mozInnerScreenY 비표준
    30. name
    31. navigation Experimental
    32. navigator
    33. opener
    34. orientation 지원이 중단되었습니다
    35. origin
    36. originAgentCluster
    37. outerHeight
    38. outerWidth
    39. parent
    40. performance
    41. personalbar
    42. scheduler
    43. screen
    44. screenLeft
    45. screenTop
    46. screenX
    47. screenY
    48. scrollbars
    49. scrollMaxX 비표준
    50. scrollMaxY 비표준
    51. scrollX
    52. scrollY
    53. self
    54. sessionStorage
    55. sharedStorage Experimental
    56. speechSynthesis
    57. status 지원이 중단되었습니다
    58. statusbar
    59. toolbar
    60. top
    61. trustedTypes
    62. visualViewport
    63. window
  4. 인스턴스 메서드
    1. alert()
    2. atob()
    3. blur() 지원이 중단되었습니다
    4. btoa()
    5. cancelAnimationFrame()
    6. cancelIdleCallback()
    7. captureEvents() 지원이 중단되었습니다
    8. clearImmediate() 비표준 지원이 중단되었습니다
    9. clearInterval()
    10. clearTimeout()
    11. close()
    12. confirm()
    13. createImageBitmap()
    14. dump() 비표준
    15. fetch()
    16. fetchLater() Experimental
    17. find() 비표준
    18. focus()
    19. getComputedStyle()
    20. getDefaultComputedStyle() 비표준
    21. getScreenDetails() Experimental
    22. getSelection()
    23. matchMedia()
    24. moveBy()
    25. moveTo()
    26. open()
    27. postMessage()
    28. print()
    29. prompt()
    30. queryLocalFonts() Experimental
    31. queueMicrotask()
    32. releaseEvents() 지원이 중단되었습니다
    33. reportError()
    34. requestAnimationFrame()
    35. requestFileSystem() 비표준 지원이 중단되었습니다
    36. requestIdleCallback()
    37. resizeBy()
    38. resizeTo()
    39. scroll()
    40. scrollBy()
    41. scrollByLines() 비표준
    42. scrollByPages() 비표준
    43. scrollTo()
    44. setImmediate() 비표준 지원이 중단되었습니다
    45. setInterval()
    46. setResizable() 비표준 지원이 중단되었습니다
    47. setTimeout()
    48. showDirectoryPicker() Experimental
    49. showOpenFilePicker() Experimental
    50. showSaveFilePicker() Experimental
    51. sizeToContent() 비표준
    52. stop()
    53. structuredClone()
    54. webkitConvertPointFromNodeToPage() 비표준 지원이 중단되었습니다
    55. webkitConvertPointFromPageToNode() 비표준 지원이 중단되었습니다
  5. 이벤트
    1. afterprint
    2. appinstalled
    3. beforeinstallprompt
    4. beforeprint
    5. beforeunload
    6. blur
    7. devicemotion
    8. deviceorientation
    9. deviceorientationabsolute
    10. error
    11. focus
    12. gamepadconnected
    13. gamepaddisconnected
    14. hashchange
    15. languagechange
    16. load
    17. message
    18. messageerror
    19. offline
    20. online
    21. orientationchange 지원이 중단되었습니다
    22. pagehide
    23. pagereveal
    24. pageshow
    25. pageswap
    26. popstate
    27. rejectionhandled
    28. resize
    29. scrollsnapchange Experimental
    30. scrollsnapchanging Experimental
    31. storage
    32. unhandledrejection
    33. unload 지원이 중단되었습니다
    34. vrdisplayactivate 비표준 지원이 중단되었습니다
    35. vrdisplayconnect 비표준 지원이 중단되었습니다
    36. vrdisplaydeactivate 비표준 지원이 중단되었습니다
    37. vrdisplaydisconnect 비표준 지원이 중단되었습니다
    38. vrdisplaypresentchange 비표준 지원이 중단되었습니다
  6. 상속
    1. EventTarget
  7. Cookie Store API에 대한 관련 페이지
    1. CookieChangeEvent
    2. CookieStore
    3. CookieStoreManager
    4. ExtendableCookieChangeEvent
    5. ServiceWorkerGlobalScope.cookieStore
    6. ServiceWorkerRegistration.cookies
    7. Window.cookieStore
목차 Window: cookieStore property

Baseline 2025

Newly available

Since June 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

보안 컨텍스트: 이 기능은 일부 또는 모든 지원 브라우저의 보안 컨텍스트 (HTTPS)에서만 사용할 수 있습니다.

Window 인터페이스의 cookieStore 읽기 전용 속성은 현재 문서 컨텍스트에서의 CookieStore 참조 객체를 반환합니다. 이는 Cookie Store API 의 진입점입니다.

값

CookieStore 객체 인스턴스입니다.

명세서 Specification Cookie Store API
# dom-window-cookiestore
브라우저 호환성 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2025년 5월 30일 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