diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-05-28 12:36:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 12:36:36 -0700 |
commit | 05a7219ba9605649cb6daa281e26209eaa73adf0 (patch) | |
tree | 63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/ko/web/api/rtcpeerconnection/ondatachannel | |
parent | 220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff) | |
download | translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2 translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip |
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/ko/web/api/rtcpeerconnection/ondatachannel')
-rw-r--r-- | files/ko/web/api/rtcpeerconnection/ondatachannel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/rtcpeerconnection/ondatachannel/index.html b/files/ko/web/api/rtcpeerconnection/ondatachannel/index.html index d32f6c9b80..e93e2e4f14 100644 --- a/files/ko/web/api/rtcpeerconnection/ondatachannel/index.html +++ b/files/ko/web/api/rtcpeerconnection/ondatachannel/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/RTCPeerConnection/ondatachannel --- <p>{{APIRef("WebRTC")}}{{SeeCompatTable}}</p> -<p><code><strong>RTCPeerConnection.ondatachannel</strong></code> 속성은 {{domxref("RTCPeerConnection")}}에서 발생하는 {{event("datachannel")}} 이벤트에 의해 호출되는 {{domxref("EventHandler")}}입니다. 이 속성에는 함수를 정의하게됩니다. {{domxref("RTCDataChannelEvent")}}의 한 종류인 이 이벤트는 원격 유저가 {{domxref("RTCPeerConnection.createDataChannel", "createDataChannel()")}}를 호출해서 연결에 {{domxref("RTCDataChannel")}}가 추가되었을 때, 전달됩니다. </p> +<p><code><strong>RTCPeerConnection.ondatachannel</strong></code> 속성은 {{domxref("RTCPeerConnection")}}에서 발생하는 {{event("datachannel")}} 이벤트에 의해 호출되는 {{event("Event_handlers", "event handler")}}입니다. 이 속성에는 함수를 정의하게됩니다. {{domxref("RTCDataChannelEvent")}}의 한 종류인 이 이벤트는 원격 유저가 {{domxref("RTCPeerConnection.createDataChannel", "createDataChannel()")}}를 호출해서 연결에 {{domxref("RTCDataChannel")}}가 추가되었을 때, 전달됩니다. </p> <p>이 이벤트를 수신하게되는 시점에서는 {{domxref("RTCDataChannel")}}가 아직 열리지 않았을 수 있습니다. 사용하기 전에 꼭 신규 <code>RTCDataChannel</code>에 <code>"open"</code>이벤트가 발생하는 것을 확인하십시오.</p> |