A RetroSearch Logo

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

Search Query:

Showing content from https://developer.mozilla.org/zh-CN/docs/Web/API/Window/isSecureContext below:

Window:isSecureContext 属性 - Web API

MDN Web Docs
  1. 面向开发者的 Web 技术
  2. Web API
  3. Window
  4. Window:isSecureContext 属性

此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

Filter sidebar

在本文中
  1. 文档对象模型(DOM)
  2. Window
  3. 实例属性
    1. caches
    2. closed
    3. cookieStore
    4. credentialless 实验性
    5. crossOriginIsolated
    6. crypto
    7. customElements
    8. devicePixelRatio
    9. document
    10. documentPictureInPicture 实验性
    11. event 已弃用
    12. external 已弃用
    13. fence 实验性
    14. frameElement
    15. frames
    16. fullScreen 非标准
    17. history
    18. indexedDB
    19. innerHeight
    20. innerWidth
    21. isSecureContext
    22. launchQueue 实验性
    23. length
    24. localStorage
    25. location
    26. locationbar
    27. menubar
    28. mozInnerScreenX 非标准
    29. mozInnerScreenY 非标准
    30. name
    31. navigation 实验性
    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 实验性
    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() 实验性
    17. find() 非标准
    18. focus()
    19. getComputedStyle()
    20. getDefaultComputedStyle() 非标准
    21. getScreenDetails() 实验性
    22. getSelection()
    23. matchMedia()
    24. moveBy()
    25. moveTo()
    26. open()
    27. postMessage()
    28. print()
    29. prompt()
    30. queryLocalFonts() 实验性
    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() 实验性
    49. showOpenFilePicker() 实验性
    50. showSaveFilePicker() 实验性
    51. sizeToContent() 非标准
    52. stop()
    53. structuredClone()
    54. webkitConvertPointFromNodeToPage() 非标准 已弃用
    55. webkitConvertPointFromPageToNode() 非标准 已弃用
  5. 事件
    1. afterprint
    2. appinstalled
    3. beforeinstallprompt
    4. beforeprint
    5. beforeunload
    6. blur
    7. copy
    8. cut
    9. devicemotion
    10. deviceorientation
    11. deviceorientationabsolute
    12. error
    13. focus
    14. gamepadconnected
    15. gamepaddisconnected
    16. hashchange
    17. languagechange
    18. load
    19. message
    20. messageerror
    21. offline
    22. online
    23. orientationchange 已弃用
    24. pagehide
    25. pagereveal
    26. pageshow
    27. pageswap
    28. paste
    29. popstate
    30. rejectionhandled
    31. resize
    32. scrollsnapchange 实验性
    33. scrollsnapchanging 实验性
    34. storage
    35. unhandledrejection
    36. unload 已弃用
    37. vrdisplayactivate 非标准 已弃用
    38. vrdisplayconnect 非标准 已弃用
    39. vrdisplaydeactivate 非标准 已弃用
    40. vrdisplaydisconnect 非标准 已弃用
    41. vrdisplaypresentchange 非标准 已弃用
  6. 继承
    1. EventTarget
  7. DOM 的相关页面
    1. AbortController
    2. AbortSignal
    3. AbstractRange
    4. Attr
    5. CDATASection
    6. CharacterData
    7. Comment
    8. CustomEvent
    9. DOMError 已弃用
    10. DOMException
    11. DOMImplementation
    12. DOMParser
    13. DOMPoint
    14. DOMPointReadOnly
    15. DOMRect
    16. DOMTokenList
    17. Document
    18. DocumentFragment
    19. DocumentType
    20. Element
    21. Event
    22. EventTarget
    23. HTMLCollection
    24. MutationObserver
    25. MutationRecord
    26. NamedNodeMap
    27. Node
    28. NodeIterator
    29. NodeList
    30. ProcessingInstruction
    31. Range
    32. StaticRange
    33. Text
    34. TextDecoder
    35. TextEncoder
    36. TimeRanges
    37. TreeWalker
    38. XMLDocument
在本文中 Window:isSecureContext 属性

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2018.

Window 接口的 isSecureContext 只读属性返回一个布尔值,指示当前上下文是安全的(true)还是不安全的(false)。

值

一个布尔值。

规范 Specification HTML
# dom-issecurecontext-dev
浏览器兼容性 参见 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2024年4月26日 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.3