• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. 開発者向けのウェブ技術
  2. Web API
  3. WebSocket
  4. WebSocket.url
  • Change language
  • View in English

Table of contents

  • 構文
  • 値
  • 仕様書
  • ブラウザ互換性

WebSocket.url

WebSocket.url は、コンストラクタによって解決された WebSocket の絶対 URL を返す読み取り専用のプロパティです。

構文

var url = aWebSocket.url;

値

DOMString

仕様書

仕様書 状態 備考
HTML Living Standard
WebSocket: url の定義
現行の標準 初回定義

ブラウザ互換性

BCD tables only load in the browser

Found a problem with this page?

  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Apr 9, 2021, by MDN contributors

Change your language

Related Topics

  1. WebSocket
  2. コンストラクター
    1. WebSocket()
  3. プロパティ
    1. binaryType
    2. bufferedAmount
    3. extensions
    4. onclose
    5. onerror
    6. onmessage
    7. onopen
    8. protocol
    9. readyState
    10. url
  4. メソッド
    1. close()
    2. send()
  5. イベント
    1. close
    2. error
    3. message
    4. open
  6. 継承
    1. EventTarget
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies