>  기사  >  웹 프론트엔드  >  vuejs는 어떤 이벤트를 지원하나요?

vuejs는 어떤 이벤트를 지원하나요?

青灯夜游
青灯夜游원래의
2021-11-01 12:12:093408검색

Vue는 1. 리소스 이벤트, 3. 포커스 이벤트, 5. 세션 기록 이벤트, 7. CSS 전환 이벤트, 10. 이벤트 보기 12. 마우스 이벤트 등

vuejs는 어떤 이벤트를 지원하나요?

이 튜토리얼의 운영 환경: Windows 7 시스템, vue 버전 2.9.6, DELL G3 컴퓨터.

vuejs에서 v-on 지시문을 사용하여 DOM 이벤트를 수신하고 트리거될 때 일부 JavaScript 코드를 실행할 수 있습니다. v-on 指令监听 DOM 事件,并在触发时运行一些 JavaScript 代码。

vue中v-on支持的事件总结

资源事件

事件名称 何时触发
error 资源加载失败时。
abort 正在加载资源已经被中止时。
load 资源及其相关资源已完成加载。
beforeunload window,document 及其资源即将被卸载。
unload 文档或一个依赖资源正在被卸载。

网络事件

事件名称 何时触发
online 浏览器已获得网络访问。
offline 浏览器已失去网络访问。

焦点事件

事件名称 何时触发
focus 元素获得焦点(不会冒泡)。
blur 元素失去焦点(不会冒泡)。

WebSocket 事件

事件名称 何时触发
open WebSocket 连接已建立。
message 通过 WebSocket 接收到一条消息。
error WebSocket 连接异常被关闭(比如有些数据无法发送)。
close WebSocket 连接已关闭。

会话历史事件

事件名称 何时触发
pagehide A session history entry is being traversed from.
pageshow A session history entry is being traversed to.
popstate A session history entry is being navigated to (in certain cases).

CSS 动画事件

事件名称 何时触发
animationstart 某个 CSS 动画开始时触发。
animationend 某个 CSS 动画完成时触发。
animationiteration 某个 CSS 动画完成后重新开始时触发。

CSS 过渡事件

事件名称 何时触发
transitionstart A CSS transition has actually started (fired after any delay).
transitioncancel A CSS transition has been cancelled.
transitionend A CSS transition has completed.
transitionrun A CSS transition has begun running (fired before any delay starts).

表单事件

事件名称 何时触发
reset 点击重置按钮时
submit 点击提交按钮

打印事件

리소스 이벤트
时间名称 何时触发
beforeprint 打印机已经就绪时触发
afterprint

vue에서 v-on이 지원하는 이벤트 요약

이벤트 이름 th >
트리거 시점
error
리소스 로드 실패한 시간. 🎜🎜
중단🎜🎜리소스 로드가 중단된 경우. 🎜🎜
load🎜🎜리소스 및 관련 리소스가 로드되었습니다. 🎜🎜
beforeunload🎜🎜창, 문서 및 해당 리소스가 곧 언로드됩니다. 🎜🎜
언로드🎜🎜문서 또는 종속 리소스가 언로드되고 있습니다. 🎜🎜🎜🎜🎜네트워크 이벤트🎜🎜🎜오프라인🎜🎜브라우저에서 네트워크 액세스가 끊어졌습니다. 🎜🎜🎜🎜🎜포커스 이벤트🎜
이벤트 이름 실행 시기
온라인🎜🎜브라우저가 네트워크 액세스 권한을 얻었습니다. 🎜🎜
🎜
이벤트 이름 실행 시기
focus 🎜🎜 요소가 포커스를 받습니다(버블링되지 않음). 🎜🎜
blur🎜🎜요소가 포커스를 잃습니다(버블링되지 않음). 🎜🎜🎜🎜🎜WebSocket 이벤트🎜🎜🎜error🎜🎜WebSocket 연결이 비정상적으로 종료되었습니다(예: 일부 데이터를 보낼 수 없음). 🎜🎜🎜닫기🎜🎜WebSocket 연결이 닫혔습니다. 🎜🎜🎜🎜🎜세션 기록 이벤트🎜
이벤트 이름 트리거 시기
open🎜🎜WebSocket 연결이 설정되었습니다. 🎜🎜
메시지🎜🎜WebSocket을 통해 메시지를 받았습니다. 🎜🎜
🎜 🎜pagehide🎜🎜세션 기록 항목이 .🎜🎜🎜pageshow🎜🎜A 세션 기록 항목에서 탐색되고 있습니다. 을(를) 트래버스 중입니다.🎜🎜🎜popstate🎜🎜세션 기록 항목이 다음으로 이동 중입니다(어떤 경우에는).🎜🎜🎜🎜🎜CSS 애니메이션 이벤트 🎜
이벤트 이름 트리거 시점
🎜🎜animationstart 🎜🎜CSS 애니메이션이 시작될 때 트리거됩니다. 🎜🎜🎜animationend🎜🎜CSS 애니메이션이 완료되면 트리거됩니다. 🎜🎜🎜애니메이션 반복🎜🎜CSS 애니메이션이 완료 후 다시 시작될 때 트리거됩니다. 🎜🎜🎜🎜🎜CSS 전환 이벤트🎜
이벤트 이름 실행 시기
🎜 🎜transitionstart🎜🎜CSS 전환이 실제로 시작되었습니다(지연 후 실행됨).🎜🎜🎜transitioncancel🎜🎜 CSS 전환이 취소되었습니다.🎜🎜🎜transitionend🎜🎜CSS 전환이 완료되었습니다.🎜🎜🎜transitionrun🎜🎜CSS 전환이 시작되었습니다. 실행 중(지연이 시작되기 전에 실행됨).🎜🎜🎜🎜🎜양식 이벤트🎜
이벤트 이름 실행 시기
🎜🎜reset🎜🎜재설정 버튼을 클릭할 때🎜🎜🎜제출🎜 🎜 제출 버튼을 클릭하세요🎜🎜🎜🎜🎜이벤트 인쇄🎜
이벤트 이름 트리거될 때
🎜beforeprint🎜🎜프린터가 준비되면 트리거됩니다.🎜🎜🎜afterprint🎜🎜 프린터가 꺼졌습니다🎜🎜 🎜🎜

文本写事件

시간 이름 실행 시기🎜
Event Name Fired When
compositionstartcompositionstart The composition of a passage of text is prepared (similar to keydown for a keyboard input, but works with other inputs such as speech recognition).
compositionupdate A character is added to a passage of text being composed.
compositionend The composition of a passage of text has been completed or canceled.

视图事件

Event Name Fired When
fullscreenchange An element was turned to fullscreen mode or back to normal mode.
fullscreenerror It was impossible to switch to fullscreen mode for technical reasons or because the permission was denied.
resize The document view has been resized.
scroll The document view or an element has been scrolled.

剪贴板事件

Event Name Fired When
cut 已经剪贴选中的文本内容并且复制到了剪贴板。
copy 已经把选中的文本内容复制到了剪贴板。
paste 从剪贴板复制的文本内容被粘贴。

键盘事件

Event Name Fired When
keydown 按下任意按键。
keypress 除 Shift、Fn、CapsLock 外的任意键被按住。(连续触发。)
keyup 释放任意按键。

鼠标事件

Event Name Fired When
auxclick A pointing device button (ANY non-primary button) has been pressed and released on an element.
click 在元素上按下并释放任意鼠标按键。
contextmenu 右键点击(在右键菜单显示前触发)。
dblclick 在元素上双击鼠标按钮。
mousedown 在元素上按下任意鼠标按钮。
mouseenter 指针移到有事件监听的元素内。
mouseleave 指针移出元素范围外(不冒泡)。
mousemove 指针在元素内移动时持续触发。
mouseover 指针移到有事件监听的元素或者它的子元素内。
mouseout 指针移出元素,或者移到它的子元素上。
mouseup 在元素上释放任意鼠标按键。
pointerlockchange 鼠标被锁定或者解除锁定发生时。
pointerlockerror 可能因为一些技术的原因鼠标锁定被禁止时。
select 有文本被选中。
wheel 滚轮向任意方向滚动。

拖放事件

텍스트 한 구절의 구성이 준비되었습니다(키보드 입력의 키다운과 유사) , 그러나 음성 인식과 같은 다른 입력과 함께 작동합니다.compositionupdate
Event Name Fired When
drag 正在拖动元素或文本选区(在此过程中持续触发,每 350ms 触发一次)
dragend 拖放操作结束。(松开鼠标按钮或按下 Esc 键)
dragenter 被拖动的元素或文本选区移入有效释放目标区
dragstart 用户开始拖动HTML元素或选中的文本
dragleave 被拖动的元素或文本选区移出有效释放目标区
dragover 被拖动的元素或文本选区正在有效释放目标上被拖动 (在此过程中持续触发,每350ms触发一次)
drop
🎜작성 중인 텍스트의 한 구절에 문자가 추가됩니다.🎜🎜🎜🎜compositionend 🎜🎜텍스트 구성이 완료되었거나 취소되었습니다.🎜🎜🎜🎜🎜🎜视图事件🎜🎜🎜🎜🎜🎜Event Name🎜🎜Fired When🎜🎜🎜🎜🎜🎜fullscreen 변경🎜 🎜요소가 전체 화면 모드로 전환되었거나 일반 모드로 돌아갔습니다.🎜🎜🎜🎜fullscreenerror🎜🎜기술적인 이유로 또는 권한이 거부되어 전체 화면 모드로 전환할 수 없었습니다.🎜🎜🎜🎜 크기 조정🎜🎜문서 보기 크기가 조정되었습니다.🎜🎜🎜🎜스크롤🎜🎜문서 보기 또는 요소가 스크롤되었습니다.🎜🎜🎜🎜🎜🎜剪贴板事件🎜🎜🎜🎜🎜🎜이벤트 이름🎜🎜Fired When🎜🎜🎜🎜🎜🎜cut🎜🎜已经剪贴选中的文本内容并且复到了剪贴板。🎜🎜🎜🎜복사 code>🎜🎜已经把选中的文本内容复到了剪贴板。🎜🎜🎜🎜붙여넣기🎜🎜从剪贴板复造文本内容被粘贴。 🎜🎜🎜🎜🎜🎜键盘事件🎜🎜🎜 🎜🎜🎜이벤트 이름🎜🎜Fired When🎜🎜🎜🎜keydown🎜🎜按下任意按键。🎜🎜🎜🎜keypress🎜🎜除 Shift、Fn、CapsLock 외任意键被按住。(连续触发。)🎜🎜🎜🎜keyup🎜🎜释放任意按键。🎜🎜🎜🎜🎜🎜鼠标事件🎜 🎜🎜🎜🎜🎜이벤트 이름🎜🎜실행 시기🎜 🎜🎜🎜🎜🎜auxclick🎜🎜포인팅 장치 버튼(기본이 아닌 버튼)을 요소에서 눌렀다가 뗐습니다.🎜🎜🎜🎜클릭🎜🎜재元素上按下并释放任意鼠标按键。🎜🎜🎜🎜컨텍스트 메뉴🎜🎜右键点击(右键菜单显示前触发)。🎜🎜 🎜🎜dblclick🎜🎜재元素上双击鼠标按钮。🎜🎜🎜🎜mousedown🎜🎜在元素上按下任意鼠标按钮。🎜🎜🎜🎜mouseenter🎜🎜指针移到有事件监听的元素内。🎜🎜🎜🎜mousemove🎜🎜指针移出元素范围外(不冒泡)。🎜🎜🎜🎜mousemove🎜🎜指针在元素内移动时持续触发。🎜🎜🎜🎜마우스오버🎜🎜指针移到有事件监听的元素或者它的子元素内。🎜🎜🎜🎜마우스아웃🎜🎜指针移Out yuan 素 , 或 移到它的子元素上。🎜🎜🎜🎜mouseup🎜🎜在元素上释放任意鼠标按键。🎜🎜🎜🎜pointerlockchange🎜🎜鼠标被锁 정 或 解 除 锁 정 发生时。🎜🎜🎜🎜pointerlockerror🎜🎜可能因为一些技术的原因鼠标锁determin被禁止时。🎜🎜🎜🎜선택🎜🎜유문本被选中。🎜🎜🎜 🎜wheel🎜🎜滚轮向任의의방향向滚动。🎜🎜🎜🎜🎜🎜拖放事件🎜🎜🎜🎜🎜🎜이벤트 이름🎜🎜실행 시기🎜🎜 🎜🎜🎜🎜드래그 code>🎜🎜정재拖动元素或文本选区(재此过程中持续触发,每 350ms 触发一次)🎜🎜🎜🎜<code>dragend🎜🎜拖放操작성结束。(松开鼠标按钮或按下 Esc 键)🎜🎜🎜🎜dragenter🎜🎜被拖动的元素或文本选区移入有效释放目标区🎜🎜🎜🎜드래그 스타트🎜 🎜사용户开始拖动HTML元素或选中的文本🎜🎜🎜🎜드래그오버🎜🎜被拖动文本选区移take有效释放目标区🎜🎜🎜🎜드래그오버 🎜🎜被拖动的元素或文本选区正在有效释放目标上被拖动 (현재此过程中持续触发,每350ms触发一次)🎜🎜🎜🎜drop🎜🎜元素존재합니다. 🎜

媒体事件

이벤트 이름 Fired When
audioprocessaudioprocess The input buffer of a ScriptProcessorNode is ready to be processed.
canplay The browser can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content.
canplaythrough The browser estimates it can play the media up to its end without stopping for content buffering.
complete The rendering of an OfflineAudioContext is terminated.
durationchange The duration attribute has been updated.
emptied The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it.
ended Playback has stopped because the end of the media was reached.
loadeddata The first frame of the media has finished loading.
loadedmetadata The metadata has been loaded.
pause Playback has been paused.
play Playback has begun.
playing Playback is ready to start after having been paused or delayed due to lack of data.
ratechange The playback rate has changed.
seeked seek operation completed.
seeking seek operation began.
stalled The user agent is trying to fetch media data, but data is unexpectedly not forthcoming.
suspend Media data loading has been suspended.
timeupdate The time indicated by the currentTime attribute has been updated.
volumechange The volume has changed.
waiting Playback has stopped because of a temporary lack of data.

进度事件

Event Name Fired When
abort Progression has been terminated (not due to an error).
error Progression has failed.
load Progression has been successful.
loadend Progress has stopped (after "error", "abort" or "load" have been dispatched).
loadstart Progress has begun.
progress In progress.
timeout Progression is terminated due to preset time expiring.

存储事件

  • change (see Non-standard events)

  • storage

更新事件

  • checking

  • downloading

  • error

  • noupdate

  • obsolete

  • updateready

值变化事件

  • broadcast

  • CheckboxStateChange

  • hashchange

  • input

  • RadioStateChange

  • readystatechange

  • ValueChange

未分类的事件

  • invalid

  • message

  • message

  • open

  • show

不常见和非标准事件

Abortable Fetch events

ScriptProcessorNode의 입력 버퍼를 처리할 준비가 되었습니다. .
Event name Fired when
abort A DOM request is aborted, i.e. using AbortController.abort()
🎜재생 가능🎜🎜브라우저에서 미디어를 재생할 수 있지만 추가 콘텐츠 버퍼링을 위해 중지할 필요 없이 미디어를 끝까지 재생할 수 있을 만큼 로드된 데이터가 부족한 것으로 추정됩니다.🎜 🎜🎜🎜재생 가능🎜🎜브라우저에서는 콘텐츠 버퍼링을 위해 중단하지 않고 미디어를 끝까지 재생할 수 있다고 추정합니다.🎜🎜🎜🎜완료🎜🎜OfflineAudioContext가 종료됩니다.🎜🎜🎜🎜durationchange🎜🎜duration 속성이 업데이트되었습니다.🎜🎜🎜🎜비워짐 🎜🎜미디어가 비어있습니다. 예를 들어 미디어가 이미 로드된(또는 부분적으로 로드된) 경우 이 이벤트가 전송되고 이를 다시 로드하기 위해 load() 메서드가 호출됩니다.🎜🎜🎜🎜종료🎜🎜미디어 끝에 도달하여 재생이 중지되었습니다.🎜🎜🎜🎜loadeddata🎜🎜미디어의 첫 번째 프레임 로드가 완료되었습니다.🎜🎜🎜🎜loadedmetadata🎜🎜메타데이터가 로드되었습니다.🎜🎜🎜🎜일시중지🎜🎜재생이 일시중지되었습니다.🎜🎜🎜🎜재생🎜🎜재생이 시작되었습니다.🎜🎜🎜🎜 재생 중🎜🎜데이터 부족으로 일시 정지 또는 지연된 후 재생을 시작할 준비가 되었습니다.🎜🎜🎜🎜ratechange🎜🎜재생 속도가 변경되었습니다.🎜🎜🎜 🎜검색🎜🎜A 검색 작업이 완료되었습니다.🎜🎜🎜🎜검색🎜🎜A 검색 작업이 시작되었습니다.🎜 🎜🎜🎜중단🎜🎜사용자 에이전트가 미디어 데이터를 가져오려고 하는데 데이터가 예기치 않게 나오지 않습니다.🎜🎜🎜🎜일시 중지🎜🎜미디어 데이터 로드가 일시 중지되었습니다. .🎜🎜🎜🎜timeupdate🎜🎜currentTime 속성으로 표시된 시간이 업데이트되었습니다.🎜🎜🎜🎜volumechange🎜🎜볼륨이 변경되었습니다.🎜🎜🎜🎜대기🎜🎜일시적인 데이터 부족으로 재생이 중지되었습니다.🎜🎜🎜🎜🎜🎜进島事件🎜🎜🎜🎜🎜🎜이벤트 이름🎜🎜실행 시기🎜🎜 🎜 🎜🎜🎜중단🎜🎜진행이 종료되었습니다(오류로 인한 것이 아님).🎜🎜🎜🎜오류🎜🎜진행에 실패했습니다.🎜🎜🎜🎜 load🎜🎜진행이 성공했습니다.🎜🎜🎜🎜loadend🎜🎜진행이 중지되었습니다("오류", "중단" 또는 "로드"가 전달된 후).🎜🎜🎜 🎜loadstart🎜🎜진행이 시작되었습니다.🎜🎜🎜🎜진행🎜🎜진행 중.🎜🎜🎜🎜시간 초과🎜🎜진행이 종료되었습니다. 만료 시간을 미리 설정합니다.🎜🎜🎜🎜🎜🎜存储事件🎜🎜
  • 🎜change(비표준 이벤트 참조)🎜
  • 🎜스토리지🎜
🎜🎜更新事件🎜🎜
  • 🎜 확인 중🎜
  • 🎜다운로드 중🎜
  • 🎜오류🎜
  • 🎜업데이트 없음🎜
  • 🎜사용되지 않음🎜
  • 🎜업데이트 준비됨🎜
  • ul>🎜🎜值变化事件🎜🎜
    • 🎜방송🎜
    • 🎜CheckboxStateChange🎜
    • 🎜해시변경🎜
    • 🎜입력🎜
    • 🎜RadioStateChange 🎜
    • 🎜readystatechange🎜
    • 🎜ValueChange🎜
    🎜🎜未分类的事件🎜🎜
    • 🎜잘못됨🎜
    • 🎜메시지🎜
    • 🎜메시지🎜
    • 🎜열기🎜
    • 🎜표시 🎜
    🎜🎜不常见和不标准事件🎜🎜🎜🎜Abortable Fetch events🎜🎜🎜🎜🎜🎜이벤트 이름🎜 🎜실행되는 경우🎜🎜🎜🎜🎜🎜abort🎜🎜DOM 요청이 중단되었습니다(예: AbortController.abort() 사용).🎜🎜🎜🎜

    SVG 사건

    • SVGAbortSVGAbort

    • SVGError

    • SVGLoad

    • SVGResize

    • SVGScroll

    • SVGUnload

    • SVGZoom

    数据库事件

    • abort

    • blocked

    • complete

    • error

    • success

    • upgradeneeded

    • versionchange

    脚本事件

    • afterscriptexecute

    • beforescriptexecute

    菜单事件

    • DOMMenuItemActive

    • DOMMenuItemInactive

    窗口事件

    • close

    弹出事件

    • popuphidden

    • popuphiding

    • popupshowing

    • popupshown

    Tab 事件

    • visibilitychange

    电池事件

    • chargingchange

    • chargingtimechange

    • dischargingtimechange

    • levelchange

    呼叫事件

    • alerting

    • busy

    • callschanged

    • cfstatechange

    • connected

    • connecting

    • dialing

    • disconnected

    • disconnecting

    • error

    • heldholding

    • incoming

    • resuming

    • statechange

    • voicechange

    传感器事件

    • compassneedscalibration

    • devicemotion

    • deviceorientation

    • orientationchange

    智能卡事件

    • icccardlockerror

    • iccinfochange

    • smartcard-insert

    • smartcard-remove

    • stkcommand

    • stksessionend

    • cardstatechange

    短信和USSD事件

    • delivered

    • receive

    • sen

    • ussdreceived

    帧事件

    • mozbrowserclose

    • mozbrowsercontextmenu

    • mozbrowsererror

    • mozbrowsericonchange

    • mozbrowserlocationchange

    • mozbrowserloadend

    • mozbrowserloadstart

    • mozbrowseropenwindow

    • mozbrowsersecuritychange

    • mozbrowsershowmodalprompt

    • mozbrowsertitlechange

    DOM变异事件

    • DOMAttributeNameChanged

    • DOMAttrModified

    • DOMCharacterDataModified

    • DOMContentLoaded

    • DOMElementNameChanged

    • DOMNodeInserted

    • DOMNodeInsertedIntoDocument

    • DOMNodeRemoved

    • DOMNodeRemovedFromDocument

    • DOMSubtreeModified

    触摸事件

    • touchcancel

    • touchend

    • touchmove

    • touchstart

    指针事件

    • pointerover

    • pointerenter

    • pointerdown

    • pointermove

    • pointerup

    • 🎜SVGError🎜🎜🎜SVGLoad🎜 li>🎜🎜SVGResize🎜🎜🎜SVGScroll🎜🎜🎜SVGUnload🎜🎜🎜SVGZoom🎜
    🎜🎜数据库事件🎜🎜🎜🎜🎜중단🎜🎜🎜차단됨🎜🎜🎜완료🎜🎜🎜오류🎜🎜🎜성공🎜🎜🎜 업그레이드 필요🎜🎜🎜버전 변경🎜
🎜🎜脚本事件🎜🎜🎜🎜🎜afterscriptexecute🎜 🎜🎜beforescriptexecute🎜🎜🎜菜单事件🎜🎜🎜🎜🎜DOMMenuItemActive🎜🎜🎜 DOMMenuItemInactive🎜🎜🎜窗口事件🎜🎜🎜🎜🎜닫기🎜🎜🎜弹件🎜🎜🎜🎜🎜팝업 숨김🎜🎜🎜팝업 숨김🎜🎜🎜팝업 표시🎜🎜🎜팝업 표시 code>🎜🎜🎜Tab 事件🎜🎜🎜🎜🎜가시성 변경🎜🎜🎜电池事件🎜🎜🎜🎜🎜충전 변경 🎜🎜🎜충전 시간 변경🎜🎜🎜방전 시간 변경🎜🎜🎜레벨 변경🎜 🎜🎜呼叫事件🎜🎜🎜🎜🎜알림🎜🎜🎜바쁨🎜🎜🎜 호출 변경됨🎜🎜🎜cfstatechange🎜🎜🎜연결됨🎜🎜🎜연결 중 🎜🎜🎜전화 걸기🎜🎜🎜연결 끊김🎜🎜🎜연결 끊김🎜 🎜🎜오류🎜🎜🎜보류보류🎜🎜🎜수신🎜 🎜🎜재개🎜🎜🎜상태 변경🎜🎜🎜음성 변경🎜🎜🎜传感器事件🎜🎜🎜🎜🎜나침반보정 필요🎜🎜🎜devicemotion🎜🎜🎜장치 방향 🎜🎜🎜방향 변경🎜🎜🎜智能卡事件🎜🎜🎜🎜🎜iccccardlockerror🎜🎜🎜iccinfochange🎜🎜🎜스마트 카드 삽입🎜🎜🎜스마트 카드 제거🎜🎜🎜 stkcommand🎜🎜🎜stksessionend🎜🎜🎜cardstatechange🎜🎜🎜短信和USSD事件🎜🎜🎜🎜🎜배달됨🎜🎜🎜수신🎜🎜🎜sen🎜🎜🎜 ussdreceived🎜🎜🎜帧事件🎜🎜🎜🎜🎜mozbrowserclose🎜🎜🎜mozbrowsercontextmenu🎜 🎜🎜mozbrowsererror🎜🎜🎜mozbrowsericonchange🎜🎜🎜mozbrowserlocationchange🎜🎜 🎜mozbrowserloadend🎜🎜🎜mozbrowserloadstart🎜🎜🎜mozbrowseropenwindow🎜🎜🎜mozbrowsersecuritychange 🎜🎜🎜mozbrowsershowmodalprompt🎜🎜🎜mozbrowsertitlechange🎜🎜🎜DOM变异事件🎜🎜 🎜🎜🎜DOMAttributeNameChanged🎜🎜🎜DOMAttrModified🎜🎜🎜DOMCharacterDataModified🎜🎜🎜DOMContentLoaded🎜🎜🎜DOMElementNameChanged🎜🎜🎜DOMNodeInserted🎜🎜🎜DOMNodeInsertedIntoDocument🎜🎜🎜DOMNodeRemoved🎜🎜🎜DOMNodeRemovedFromDocument🎜🎜🎜DOMSubtreeModified🎜🎜🎜触摸事件🎜🎜🎜🎜🎜터치취소🎜🎜🎜touchend🎜🎜🎜터치무브 code>🎜🎜🎜터치스타트🎜🎜🎜指针事件🎜🎜🎜🎜🎜포인터오버🎜🎜🎜 pointerenter🎜🎜🎜pointerdown🎜🎜🎜pointermove🎜🎜🎜pointerup🎜<li><p><code>pointercancelpointercancel

  • pointerout

  • pointerleave

  • gotpointercapture

  • lostpointercapture

  • pointerout

    pointerleave

    gotpointercapture🎜🎜🎜 🎜lostpointercapture🎜🎜🎜🎜🎜🎜표준 이벤트🎜🎜🎜🎜이러한 이벤트는 공식 웹 사양에 정의되어 있으며 브라우저 전반에 걸쳐 보편적이어야 합니다. 각 이벤트는 이벤트 수신자를 나타내는 개체(각 이벤트에서 제공하는 데이터를 확인할 수 있도록) 및 이벤트를 정의하는 표준 또는 표준 링크와 함께 나열됩니다. 🎜UIEvent리소스 로딩이 중단되었습니다 🎜 🎜🎜abort🎜🎜ProgressEvent🎜🎜Progress가 종료되었습니다(오류로 인한 것이 아님)🎜🎜🎜🎜abort🎜🎜이벤트 🎜🎜거래가 중단되었습니다🎜🎜🎜🎜<code>afterprint🎜🎜이벤트🎜🎜관련 문서 인쇄가 시작되었거나 인쇄 미리보기가 종료되었습니다🎜🎜🎜 🎜animationcancel🎜🎜AnimationEvent 🎜🎜CSS 애니메이션이 중단되었습니다.🎜🎜🎜🎜animationend🎜🎜AnimationEvent 🎜 🎜CSS 애니메이션 완성🎜🎜🎜🎜animationiteration🎜🎜AnimationEvent 🎜🎜CSS 애니메이션 반복🎜🎜🎜🎜animationstart🎜🎜 AnimationEvent 🎜🎜CSS 애니메이션이 시작되었습니다🎜🎜🎜🎜appinstalled🎜🎜Event🎜🎜웹 애플리케이션이 프로그레시브 웹 앱으로 성공적으로 설치되었습니다.🎜🎜 🎜 🎜audioprocess🎜🎜AudioProcessingEvent 🎜🎜ScriptProcessorNode의 입력 버퍼를 처리할 수 있습니다 🎜🎜🎜🎜audioend 🎜 🎜 이벤트🎜🎜사용자 에이전트가 음성 인식을 위해 오디오를 캡처했습니다. 🎜🎜🎜🎜audiostart 🎜🎜Event🎜🎜사용자 에이전트가 음성 인식을 위해 오디오 캡처를 시작했습니다. 음성 인식용 오디오🎜🎜🎜🎜beforeprint🎜🎜이벤트🎜🎜관련 문서가 곧 인쇄를 시작하거나 인쇄 미리보기를 준비 중입니다🎜🎜🎜🎜beforeunload code>🎜 🎜BeforeUnloadEvent🎜🎜창, 문서 및 해당 리소스가 곧 언로드됩니다🎜🎜🎜🎜beginEvent🎜🎜TimeEvent🎜🎜 SMIL 애니메이션 요소가 시작됩니다.🎜 🎜🎜🎜차단🎜🎜 🎜🎜데이터베이스에 대한 열린 연결이 동일한 데이터베이스의 versionchange 트랜잭션을 차단하고 있습니다.🎜🎜🎜🎜blur 🎜🎜FocusEvent 🎜🎜 요소가 포커스를 잃었습니다(버블링되지 않음). 단어 또는 문장 경계에 도달했습니다.🎜🎜🎜🎜재생 가능🎜🎜 이벤트🎜🎜사용자 에이전트는 미디어를 재생할 수 있지만 추가 콘텐츠 버퍼링을 위해 중지할 필요 없이 미디어를 끝까지 재생할 수 있을 만큼 로드된 데이터가 충분하지 않은 것으로 추정합니다.🎜🎜🎜🎜재생 가능🎜🎜이벤트🎜🎜사용자 에이전트는 콘텐츠의 추가 버퍼링을 위해 중지할 필요 없이 미디어를 끝까지 재생할 수 있습니다.🎜🎜🎜🎜변경 code>🎜🎜이벤트🎜🎜 <input>, <select>에 대해 change 이벤트가 시작됩니다. 및 <textarea> 요소는 사용자가 요소 값에 대한 변경 사항을 커밋할 때 적용됩니다.🎜🎜🎜 🎜chargechange🎜🎜이벤트🎜 🎜배터리 충전이 시작되거나 중지됩니다.🎜🎜🎜🎜충전 시간 변경🎜🎜이벤트 🎜🎜chargeTime 속성이 업데이트되었습니다.🎜🎜🎜🎜 클릭🎜🎜MouseEvent🎜🎜포인팅 장치 버튼을 요소에서 눌렀다가 뗐습니다.🎜🎜🎜🎜닫기🎜🎜 이벤트🎜🎜WebSocket 연결이 닫혔습니다. 트랜잭션이 성공적으로 완료되었습니다.🎜🎜🎜🎜complete🎜🎜OfflineAudioCompletionEvent 🎜🎜 렌더링 OfflineAudioContext가 종료되었습니다.🎜🎜🎜🎜compositionend🎜🎜CompositionEvent🎜🎜텍스트 한 구절의 구성이 완료되었거나 취소되었습니다.🎜🎜🎜🎜compositionstart🎜🎜CompositionEvent🎜🎜텍스트 구절의 구성이 준비됩니다(키보드 입력의 키다운과 유사하지만 음성 인식과 같은 다른 입력과 함께 작동함).🎜🎜 🎜🎜<code>compositionupdate🎜🎜CompositionEvent🎜🎜작성 중인 텍스트 부분에 문자가 추가됩니다.🎜🎜🎜🎜컨텍스트 메뉴🎜🎜MouseEvent🎜🎜마우스 오른쪽 버튼을 클릭한 경우(컨텍스트 메뉴가 표시되기 전)🎜🎜🎜🎜복사🎜🎜ClipboardEvent 🎜🎜The 텍스트 선택 항목이 클립보드에 추가되었습니다.🎜🎜ClipboardEvent 텍스트 선택이 문서에서 제거되고 클립보드에 추가되었습니다.🎜🎜🎜dblclick🎜 🎜MouseEvent🎜🎜포인팅 장치 버튼이 요소에서 두 번 클릭되었습니다.🎜🎜🎜🎜devicechange🎜🎜Event🎜🎜A와 같은 미디어 장치 카메라, 마이크 또는 스피커가 시스템에 연결되거나 시스템에서 제거됩니다.🎜🎜🎜🎜devicemotion🎜🎜DeviceMotionEvent 🎜🎜모션 센서에서 최신 데이터를 사용할 수 있습니다.🎜 🎜🎜🎜deviceorientation🎜🎜DeviceOrientationEvent 🎜🎜방향 센서에서 최신 데이터를 사용할 수 있습니다.🎜🎜🎜🎜dischargetimechange🎜🎜이벤트 🎜🎜dischargeTime 속성이 업데이트되었습니다.🎜🎜🎜🎜DOMAtivate 🎜🎜UIEvent🎜🎜버튼, 링크 또는 상태 변경 요소가 활성화되었습니다(대신 클릭 사용).🎜🎜🎜🎜DOMAttributeNameChanged 🎜🎜MutationNameEvent🎜🎜속성 이름이 변경되었습니다(변형 사용 대신 관찰자).🎜🎜🎜🎜DOMAttrModified 🎜🎜MutationEvent🎜🎜속성 값이 수정되었습니다(대신 돌연변이 관찰자를 사용하세요).🎜🎜🎜🎜 DOMCharacterDataModified 🎜🎜MutationEvent🎜🎜텍스트 또는 다른 CharacterData가 변경되었습니다(대신 돌연변이 관찰자를 사용하세요).🎜🎜🎜🎜DOMContentLoaded🎜🎜Event🎜🎜문서 로드가 완료되었습니다(종속 리소스는 아님).🎜🎜🎜🎜<code>DOMElementNameChanged 🎜🎜MutationNameEvent🎜🎜요소의 이름이 변경되었습니다(사용 대신 돌연변이 관찰자).🎜🎜🎜🎜DOMFocusIn 🎜🎜FocusEvent 🎜🎜요소가 포커스를 받았습니다(focus 또는 focusin 대신).🎜🎜🎜🎜<code>DOMFocusOut 🎜🎜FocusEvent 🎜🎜요소가 포커스를 잃었습니다(blur 또는 focusout 사용).  대신).🎜🎜🎜🎜DOMNodeInserted 🎜🎜MutationEvent🎜🎜A 노드가 다른 노드의 하위 노드로 추가되었습니다(대신 돌연변이 관찰자를 사용하세요).🎜 🎜🎜🎜DOMNodeInsertedIntoDocument 🎜🎜MutationEvent🎜🎜A 노드가 문서에 삽입되었습니다(대신 돌연변이 관찰자 사용).🎜🎜🎜🎜DOMNodeRemoved 🎜🎜MutationEvent🎜🎜A 노드가 상위 노드에서 제거되었습니다(대신 돌연변이 관찰자를 사용하세요).🎜🎜🎜🎜DOMNodeRemovedFromDocument 🎜🎜MutationEvent 🎜🎜A 노드가 문서에서 제거되었습니다(대신 돌연변이 관찰자를 사용하세요).🎜🎜🎜🎜DOMSubtreeModified 🎜🎜MutationEvent🎜🎜문서에서 변경이 발생했습니다(변형 사용 대신 관찰자).🎜🎜🎜🎜drag🎜🎜DragEvent🎜🎜요소 또는 텍스트 선택 항목이 드래그되고 있습니다(350ms마다).🎜🎜🎜🎜dragend🎜🎜<code>DragEvent🎜🎜드래그 작업이 종료됩니다(마우스 버튼을 놓거나 Esc 키를 눌러).🎜🎜🎜🎜dragenter🎜🎜DragEvent🎜🎜드래그된 요소 또는 텍스트 선택이 유효한 드롭 대상에 들어갑니다.🎜🎜🎜🎜dragleave🎜🎜DragEvent🎜🎜드래그된 요소 또는 텍스트 선택 유효한 드롭 대상을 남깁니다.🎜🎜🎜🎜dragover🎜🎜DragEvent🎜🎜요소 또는 텍스트 선택 항목이 유효한 드롭 대상 위로 드래그되고 있습니다(350ms마다).🎜🎜 🎜🎜dragstart🎜🎜DragEvent🎜🎜사용자가 요소나 텍스트 선택 항목을 드래그하기 시작합니다.🎜🎜🎜🎜drop🎜🎜DragEvent 🎜🎜요소가 유효한 드롭 대상에 드롭되었습니다.🎜🎜🎜🎜durationchange🎜🎜Event🎜🎜duration 속성 업데이트되었습니다.🎜🎜🎜🎜비워졌습니다🎜🎜이벤트🎜🎜미디어가 비워졌습니다. 예를 들어 미디어가 이미 로드된(또는 부분적으로 로드된) 경우 이 이벤트가 전송되고 이를 다시 로드하기 위해 load() 메서드가 호출됩니다.🎜🎜🎜🎜end 🎜🎜이벤트🎜🎜음성인식 서비스 연결이 끊어졌습니다.🎜🎜SpeechSynesisEvent발화가 끝났습니다.🎜🎜🎜종료🎜🎜이벤트🎜🎜미디어 끝에 도달하여 재생이 중지되었습니다.🎜🎜🎜🎜종료🎜🎜이벤트🎜🎜미디어 끝에 도달하여 재생이 중지되었습니다. .🎜🎜🎜🎜endEvent🎜🎜TimeEvent🎜🎜A SMIL 애니메이션 요소가 종료됩니다.🎜🎜🎜🎜error🎜🎜UIEvent🎜🎜리소스를 로드하지 못했습니다.🎜🎜🎜🎜<code>오류🎜🎜ProgressEvent🎜🎜Progression이 실패했습니다.🎜🎜🎜🎜오류🎜🎜이벤트🎜🎜WebSocket 연결이 편견으로 인해 닫혔습니다(예: 일부 데이터를 보낼 수 없음).🎜🎜🎜🎜오류🎜🎜 이벤트🎜🎜이벤트 소스 연결에 실패했습니다.🎜🎜🎜🎜error🎜🎜이벤트🎜🎜요청에 오류가 발생하여 실패했습니다.🎜🎜🎜 🎜error 🎜🎜Event🎜🎜음성 인식 오류가 발생했습니다.🎜🎜🎜🎜error🎜🎜SpeechSynesisErrorEvent🎜 🎜발화가 성공적으로 이루어지지 않는 오류가 발생합니다.🎜🎜🎜🎜focus🎜🎜FocusEvent 🎜🎜요소가 포커스를 받았습니다(버블링되지 않음).🎜🎜 🎜🎜focusin🎜🎜FocusEvent 🎜🎜요소가 포커스(거품)를 수신하려고 합니다.🎜🎜🎜🎜focusout🎜🎜 FocusEvent 🎜🎜요소가 포커스를 잃으려고 합니다(거품).🎜🎜🎜🎜fullscreenchange🎜🎜Event🎜🎜요소가 전체 화면 모드로 전환되었습니다. 일반모드로 돌아왔습니다🎜🎜🎜🎜fullscreenerror🎜🎜이벤트🎜🎜기술적인 문제나 권한 거부로 인해 전체화면 모드로 전환이 불가능했습니다.🎜🎜🎜 🎜gamepadconnected🎜🎜GamepadEvent 🎜🎜게임패드가 연결되었습니다.🎜🎜🎜🎜gamepaddisconnected🎜🎜GamepadEvent 🎜 🎜게임패드 연결이 끊어졌습니다.🎜🎜🎜🎜gotpointercapture🎜🎜PointerEvent🎜🎜요소가 포인터 캡처를 수신합니다.🎜🎜🎜🎜해시변경🎜🎜 HashChangeEvent🎜🎜URL의 조각 식별자가 변경되었습니다(# 뒤의 URL 부분).🎜🎜🎜🎜lostpointercapture🎜🎜PointerEvent🎜🎜요소의 포인터 캡처가 손실되었습니다.🎜🎜🎜🎜input🎜🎜Event🎜🎜요소의 값이 변경되거나 contenteditable 속성이 있는 요소의 콘텐츠가 수정되었습니다. .🎜🎜🎜🎜잘못됨🎜🎜이벤트🎜🎜제출 가능한 요소가 검사되었으며 제약 조건을 충족하지 않습니다.🎜🎜🎜🎜keydown🎜🎜KeyboardEvent🎜🎜키를 눌렀습니다.🎜🎜🎜🎜keypress🎜🎜KeyboardEvent🎜🎜키를 눌렀는데 그 키는 일반적으로 문자 값을 생성합니다(대신 입력 사용).🎜🎜🎜🎜keyup🎜🎜KeyboardEvent🎜🎜키가 해제됩니다.🎜🎜🎜🎜언어 변경 🎜🎜<code>이벤트🎜🎜사용자의 기본 언어가 변경되었습니다.🎜🎜🎜🎜levelchange🎜🎜이벤트🎜🎜 level 속성이 업데이트되었습니다.🎜🎜🎜🎜load🎜🎜UIEvent🎜🎜리소스 및 해당 종속 리소스 로드가 완료되었습니다.🎜🎜🎜🎜load🎜🎜ProgressEvent🎜🎜Progression이 성공했습니다.🎜🎜🎜🎜loadeddata🎜🎜Event🎜🎜첫 번째 프레임 의 미디어 로드가 완료되었습니다.🎜🎜🎜🎜loadedmetadata🎜🎜Event🎜🎜메타데이터가 로드되었습니다.🎜🎜🎜🎜loadend🎜 🎜ProgressEvent🎜🎜Progress가 중지되었습니다("error", "abort" 또는 "load"가 전달된 후).🎜🎜🎜🎜loadstart🎜🎜ProgressEvent 🎜🎜진행이 시작되었습니다.🎜🎜🎜🎜mark 🎜🎜SpeechSynesisEvent🎜🎜음성 발언이 명명된 SSML "mark" 태그에 도달합니다.🎜🎜🎜🎜 message🎜🎜MessageEvent🎜🎜WebSocket을 통해 메시지가 수신되었습니다.🎜🎜🎜🎜message🎜🎜MessageEvent 🎜🎜Web Worker로부터 메시지가 왔습니다.🎜🎜MessageEvent메시지는 하위 (i)프레임 또는 상위 창에서 수신됩니다.🎜🎜🎜메시지 🎜🎜MessageEvent🎜🎜이벤트 소스를 통해 메시지가 수신되었습니다.🎜🎜🎜🎜messageerror🎜🎜MessageEvent🎜🎜메시지 오류가 발생했습니다. 개체가 메시지를 수신할 때.🎜🎜🎜🎜message 🎜🎜ServiceWorkerMessageEvent 또는 ExtendableMessageEvent는 상황에 따라 달라집니다.🎜🎜메시지는 다음과 같습니다. 서비스 워커로부터 수신되거나 다른 컨텍스트의 서비스 워커에서 메시지가 수신됩니다.🎜🎜🎜🎜mousedown🎜🎜MouseEvent🎜🎜포인팅 장치 버튼(일반적으로 마우스)를 요소에 눌렀습니다.🎜🎜🎜🎜mouseenter🎜🎜MouseEvent🎜🎜포인팅 장치가 리스너가 연결된 요소로 이동합니다.🎜🎜🎜🎜 mouseleave🎜🎜MouseEvent🎜🎜포인팅 장치가 리스너가 연결된 요소에서 이동합니다.🎜🎜🎜🎜mousemove🎜🎜MouseEvent🎜🎜포인팅 장치가 요소 위로 이동되었습니다.🎜🎜🎜🎜mouseout🎜🎜MouseEvent🎜🎜포인팅 장치가 요소 위로 이동했습니다. 리스너가 하위 요소 중 하나에 연결되었거나 해제되어 있습니다.🎜🎜🎜🎜mouseover🎜🎜MouseEvent🎜🎜포인팅 장치가 리스너가 연결되어 있거나 있는 요소 위로 이동합니다. 그 하위 항목 중 하나입니다.🎜🎜🎜🎜mouseup🎜🎜MouseEvent🎜🎜포인팅 장치 버튼이 요소 위에 놓였습니다.🎜🎜🎜🎜nomatch 🎜🎜SpeechRecognitionEvent🎜🎜음성 인식 서비스는 중요한 인식 없이 최종 결과를 반환합니다.🎜🎜🎜🎜notificationclick🎜🎜NotificationEvent 🎜🎜 ServiceWorkerRegistration.showNotification()에 의해 생성된 시스템 알림이 클릭되었습니다.🎜🎜🎜🎜오프라인🎜🎜Event🎜🎜브라우저에서 액세스할 수 없습니다. 🎜🎜🎜🎜online🎜🎜이벤트🎜🎜브라우저가 네트워크에 액세스할 수 있게 되었습니다(그러나 특정 웹사이트에 접근하지 못할 수도 있습니다).🎜🎜🎜🎜open🎜🎜이벤트🎜🎜WebSocket 연결이 설정되었습니다.🎜🎜🎜🎜open🎜🎜이벤트🎜🎜 이벤트 소스 연결이 설정되었습니다.🎜🎜🎜🎜방향 변경🎜🎜이벤트🎜🎜기기 방향(세로/가로)이 변경되었습니다🎜🎜🎜🎜pagehide🎜🎜PageTransitionEvent🎜🎜세션 기록 항목이 .🎜🎜🎜🎜pageshow🎜🎜PageTransitionEvent🎜에서 이동 중입니다. 🎜세션 기록 항목이 다음으로 이동 중입니다.🎜🎜🎜🎜붙여넣기🎜🎜ClipboardEvent 🎜🎜데이터가 시스템 클립보드에서 문서로 전송되었습니다.🎜🎜🎜🎜 pause🎜🎜Event🎜🎜재생이 일시 중지되었습니다.🎜🎜🎜🎜pause 🎜🎜SpeechSynesisEvent🎜🎜The 발화가 도중에 일시 중지됩니다.🎜🎜🎜🎜pointercancel🎜🎜PointerEvent🎜🎜포인터가 더 이상 이벤트를 생성하지 않을 것 같습니다.🎜🎜🎜🎜pointerdown🎜🎜<code>PointerEvent🎜🎜포인터가 활성 버튼 상태로 들어갑니다.🎜🎜🎜🎜pointerenter🎜🎜PointerEvent🎜🎜포인팅 장치는 적중 테스트 경계 내부로 이동했습니다.🎜🎜🎜🎜pointerleave🎜🎜PointerEvent🎜🎜포인팅 장치가 적중 테스트 경계 밖으로 이동했습니다.🎜🎜🎜🎜pointerlockchange🎜🎜이벤트🎜🎜포인터가 잠겼거나 해제되었습니다.🎜🎜🎜🎜pointerlockerror🎜🎜이벤트🎜🎜It 기술적인 이유로 또는 권한이 거부되어 포인터를 잠글 수 없었습니다.🎜🎜🎜🎜pointermove🎜🎜PointerEvent🎜🎜포인터의 좌표가 변경되었습니다.🎜🎜🎜🎜pointerout🎜🎜PointerEvent🎜🎜포인팅 장치가 적중 테스트 경계 밖으로 이동했거나 감지 가능한 호버 범위를 벗어났습니다.🎜🎜🎜🎜pointerover🎜🎜PointerEvent🎜🎜포인팅 장치가 적중 테스트 경계로 이동됩니다.🎜🎜🎜🎜pointerup🎜🎜PointerEvent🎜🎜포인터가 활성 상태를 벗어납니다. 버튼 상태🎜🎜이벤트재생이 시작되었습니다.🎜🎜🎜재생 중🎜🎜이벤트🎜🎜 데이터 부족으로 일시 정지 또는 지연된 후 재생을 시작할 준비가 되었습니다.🎜🎜🎜🎜popstate🎜🎜PopStateEvent🎜🎜세션 기록 항목이 ( 특정 경우).🎜🎜🎜🎜progress🎜🎜ProgressEvent🎜🎜진행 중.🎜🎜🎜🎜push🎜🎜PushEvent  🎜🎜A 서비스 워커가 푸시 메시지를 받았습니다.🎜🎜🎜🎜pushsubscriptionchange🎜🎜PushEvent 🎜🎜A PushSubscription이 만료되었습니다.🎜🎜🎜🎜ratechange🎜🎜이벤트🎜🎜재생 속도가 변경되었습니다.🎜🎜🎜🎜readystatechange🎜🎜이벤트🎜🎜readyState 문서의 속성이 변경되었습니다.🎜🎜🎜🎜repeatEvent🎜🎜TimeEvent🎜🎜A SMIL 애니메이션 요소가 반복됩니다.🎜🎜🎜🎜재설정 🎜🎜이벤트🎜🎜양식이 재설정되었습니다.🎜🎜🎜🎜크기 조정🎜🎜UIEvent🎜🎜문서 보기 크기가 조정되었습니다.🎜🎜 🎜🎜resourcetimingbufferfull🎜🎜성능🎜🎜브라우저의 리소스 타이밍 버퍼가 가득 찼습니다.🎜🎜🎜🎜결과 🎜🎜SpeechRecognitionEvent code> 🎜🎜음성 인식 서비스는 결과를 반환합니다. 즉, 단어나 문구가 긍정적으로 인식되어 앱에 다시 전달되었습니다.🎜🎜🎜🎜<code>resume 🎜🎜SpeechSynesisEvent code> 🎜🎜일시 중지된 발언이 재개됩니다.🎜🎜🎜🎜<code>스크롤🎜🎜UIEvent🎜🎜문서 보기 또는 요소가 스크롤되었습니다.🎜🎜🎜🎜seeked🎜🎜이벤트🎜🎜A seek 작업이 완료되었습니다.🎜🎜🎜🎜seeking🎜🎜이벤트 code>🎜🎜A <em>찾기</em> 작업이 시작되었습니다.🎜🎜🎜🎜<code>select🎜🎜UIEvent🎜🎜일부 텍스트가 선택되고 있습니다.🎜🎜🎜🎜 selectstart 🎜🎜이벤트🎜🎜선택이 방금 시작되었습니다.🎜🎜🎜🎜selectionchange 🎜🎜이벤트🎜🎜The 문서의 선택 항목이 변경되었습니다.🎜🎜🎜🎜show🎜🎜MouseEvent🎜🎜컨텍스트 메뉴 이벤트가 컨텍스트 메뉴 속성이 있는 요소에서 실행되거나 버블링되었습니다🎜🎜 🎜🎜slotchange🎜🎜Event🎜🎜HTMLSlotElement(<slot>)의 노드 콘텐츠가 변경되었습니다. .🎜🎜🎜🎜soundend 🎜🎜이벤트🎜🎜모든 소리(인식 가능한 음성 여부)가 감지되지 않습니다.🎜🎜🎜🎜soundstart 🎜🎜이벤트🎜🎜모든 소리(음성을 인식할 수 있는지 여부)가 감지되었습니다.🎜🎜🎜🎜음성 🎜🎜이벤트🎜🎜음성이 인식되었습니다. 음성 인식 서비스에서 감지가 중지되었습니다.🎜🎜🎜🎜speechstart 🎜🎜이벤트🎜🎜음성 인식 서비스에서 음성이 감지된 것으로 인식되는 소리🎜 🎜🎜🎜중단🎜🎜이벤트🎜🎜사용자 에이전트가 미디어 데이터를 가져오려고 시도하지만 데이터가 예기치 않게 나오지 않습니다.🎜🎜🎜🎜시작 code> 🎜🎜<code>이벤트🎜🎜음성 인식 서비스가 현재 SpeechRecognition과 관련된 문법을 인식하기 위해 수신 오디오를 듣기 시작했습니다.🎜🎜🎜🎜start 🎜🎜SpeechSynesisEvent🎜🎜발화가 말하기 시작했습니다.🎜🎜🎜🎜storage🎜🎜StorageEvent🎜🎜storage 영역(localStorage 또는 sessionStorage)이 변경되었습니다.🎜🎜🎜🎜submit🎜🎜Event🎜🎜양식이 제출되었습니다.🎜🎜🎜🎜성공 🎜🎜이벤트🎜🎜요청이 성공적으로 완료되었습니다.🎜🎜🎜🎜일시중단🎜🎜이벤트🎜🎜미디어 데이터 로딩이 일시중단되었습니다.🎜🎜 🎜🎜SVGAbort🎜🎜SVGEvent🎜🎜SVG가 로드되기 전에 페이지 로드가 중지되었습니다.🎜🎜🎜🎜SVGError🎜🎜 SVGEvent🎜🎜SVG가 로드되기 전에 오류가 발생했습니다.🎜🎜🎜🎜SVGLoad🎜🎜SVGEvent🎜🎜SVG 문서가 로드되어 구문 분석되었습니다. 🎜🎜SVGEventSVG 문서의 크기가 조정되고 있습니다.
    이벤트 이름 이벤트 유형 트리거 시간...
    abortabort UIEvent 资源载入已被中止
    abort ProgressEvent Progress被终止(不是error造成的)
    abort Event 事务已被中止
    afterprint Event 相关文档已开始打印或打印预览已被关闭
    animationcancel AnimationEvent  A CSS animation has aborted.
    animationend AnimationEvent  完成一个CSS 动画
    animationiteration AnimationEvent  重复播放一个CSS 动画
    animationstart AnimationEvent  一个 CSS 动画已开始
    appinstalled Event A web application is successfully installed as a progressive web app.
    audioprocess AudioProcessingEvent  一个ScriptProcessorNode 的输入缓冲区可处理
    audioend  Event 用户代理捕捉到用以语音识别的音频
    audiostart  Event 用户代理开始捕捉用以语音识别的音频
    beforeprint Event 相关文档将要开始打印或准备打印预览
    beforeunload BeforeUnloadEvent 即将卸载 window,document 及其资源
    beginEvent TimeEvent A SMIL animation element begins.
    blocked   An open connection to a database is blocking a versionchange transaction on the same database.
    blur FocusEvent  An element has lost focus (does not bubble).
    boundary  SpeechSynthesisEvent The spoken utterance reaches a word or sentence boundary
    canplay Event The user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content.
    canplaythrough Event The user agent can play the media up to its end without having to stop for further buffering of content.
    change Event The change event is fired for <input><select>, and <textarea> elements when a change to the element's value is committed by the user.
    chargingchange Event The battery begins or stops charging.
    chargingtimechange Event The chargingTime attribute has been updated.
    click MouseEvent A pointing device button has been pressed and released on an element.
    close Event A WebSocket connection has been closed.
    complete   A transaction successfully completed.
    complete OfflineAudioCompletionEvent  The rendering of an OfflineAudioContext is terminated.
    compositionend CompositionEvent The composition of a passage of text has been completed or canceled.
    compositionstart CompositionEvent The composition of a passage of text is prepared (similar to keydown for a keyboard input, but works with other inputs such as speech recognition).
    compositionupdate CompositionEvent A character is added to a passage of text being composed.
    contextmenu MouseEvent The right button of the mouse is clicked (before the context menu is displayed).
    copy ClipboardEvent
    cutcut ClipboardEvent  The text selection has been removed from the document and added to the clipboard.
    dblclick MouseEvent A pointing device button is clicked twice on an element.
    devicechange Event A media device such as a camera, microphone, or speaker is connected or removed from the system.
    devicemotion DeviceMotionEvent  Fresh data is available from a motion sensor.
    deviceorientation DeviceOrientationEvent  Fresh data is available from an orientation sensor.
    dischargingtimechange Event The dischargingTime attribute has been updated.
    DOMActivate  UIEvent A button, link or state changing element is activated (use click instead).
    DOMAttributeNameChanged  MutationNameEvent The name of an attribute changed (use mutation observers instead).
    DOMAttrModified  MutationEvent The value of an attribute has been modified (use mutation observers instead).
    DOMCharacterDataModified  MutationEvent A text or another CharacterData has changed (use mutation observers instead).
    DOMContentLoaded Event The document has finished loading (but not its dependent resources).
    DOMElementNameChanged  MutationNameEvent The name of an element changed (use mutation observers instead).
    DOMFocusIn  FocusEvent  An element has received focus (use focus or focusin instead).
    DOMFocusOut  FocusEvent  An element has lost focus (use blur or focusout instead).
    DOMNodeInserted  MutationEvent A node has been added as a child of another node (use mutation observers instead).
    DOMNodeInsertedIntoDocument  MutationEvent A node has been inserted into the document (use mutation observers instead).
    DOMNodeRemoved  MutationEvent A node has been removed from its parent node (use mutation observers instead).
    DOMNodeRemovedFromDocument  MutationEvent A node has been removed from the document (use mutation observers instead).
    DOMSubtreeModified  MutationEvent A change happened in the document (use mutation observers instead).
    drag DragEvent An element or text selection is being dragged (every 350ms).
    dragend DragEvent A drag operation is being ended (by releasing a mouse button or hitting the escape key).
    dragenter DragEvent A dragged element or text selection enters a valid drop target.
    dragleave DragEvent A dragged element or text selection leaves a valid drop target.
    dragover DragEvent An element or text selection is being dragged over a valid drop target (every 350ms).
    dragstart DragEvent The user starts dragging an element or text selection.
    drop DragEvent An element is dropped on a valid drop target.
    durationchange Event The duration attribute has been updated.
    emptied Event The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it.
    end  Event
    end end  SpeechSynthesisEvent The utterance has finished being spoken.
    ended Event Playback has stopped because the end of the media was reached.
    ended Event Playback has stopped because the end of the media was reached.
    endEvent TimeEvent A SMIL animation element ends.
    error UIEvent A resource failed to load.
    error ProgressEvent Progression has failed.
    error Event A WebSocket connection has been closed with prejudice (some data couldn't be sent for example).
    error Event An event source connection has been failed.
    error Event A request caused an error and failed.
    error  Event A speech recognition error occurs.
    error SpeechSynthesisErrorEvent An error occurs that prevents the utterance from being successfully spoken.
    focus FocusEvent  An element has received focus (does not bubble).
    focusin FocusEvent  An element is about to receive focus (bubbles).
    focusout FocusEvent  An element is about to lose focus (bubbles).
    fullscreenchange Event An element was turned to fullscreen mode or back to normal mode.
    fullscreenerror Event It was impossible to switch to fullscreen mode for technical reasons or because the permission was denied.
    gamepadconnected GamepadEvent  A gamepad has been connected.
    gamepaddisconnected GamepadEvent  A gamepad has been disconnected.
    gotpointercapture PointerEvent Element receives pointer capture.
    hashchange HashChangeEvent The fragment identifier of the URL has changed (the part of the URL after the #).
    lostpointercapture PointerEvent Element lost pointer capture.
    input Event The value of an element changes or the content of an element with the attribute contenteditable is modified.
    invalid Event A submittable element has been checked and doesn't satisfy its constraints.
    keydown KeyboardEvent A key is pressed down.
    keypress KeyboardEvent A key is pressed down and that key normally produces a character value (use input instead).
    keyup KeyboardEvent A key is released.
    languagechange  Event The user's preferred languages have changed.
    levelchange Event The level attribute has been updated.
    load UIEvent A resource and its dependent resources have finished loading.
    load ProgressEvent Progression has been successful.
    loadeddata Event The first frame of the media has finished loading.
    loadedmetadata Event The metadata has been loaded.
    loadend ProgressEvent Progress has stopped (after "error", "abort" or "load" have been dispatched).
    loadstart ProgressEvent Progress has begun.
    mark  SpeechSynthesisEvent The spoken utterance reaches a named SSML "mark" tag.
    message MessageEvent A message is received through a WebSocket.
    message MessageEvent
    메시지message MessageEvent A message is received from a child (i)frame or a parent window.
    message MessageEvent A message is received through an event source.
    messageerror MessageEvent A message error is raised when a message is received by an object.
    message  ServiceWorkerMessageEvent or ExtendableMessageEvent, depending on context. A message is received from a service worker, or a message is received in a service worker from another context.
    mousedown MouseEvent A pointing device button (usually a mouse) is pressed on an element.
    mouseenter MouseEvent A pointing device is moved onto the element that has the listener attached.
    mouseleave MouseEvent A pointing device is moved off the element that has the listener attached.
    mousemove MouseEvent A pointing device is moved over an element.
    mouseout MouseEvent A pointing device is moved off the element that has the listener attached or off one of its children.
    mouseover MouseEvent A pointing device is moved onto the element that has the listener attached or onto one of its children.
    mouseup MouseEvent A pointing device button is released over an element.
    nomatch  SpeechRecognitionEvent The speech recognition service returns a final result with no significant recognition.
    notificationclick NotificationEvent  A system notification spawned by ServiceWorkerRegistration.showNotification() has been clicked.
    offline Event The browser has lost access to the network.
    online Event The browser has gained access to the network (but particular websites might be unreachable).
    open Event A WebSocket connection has been established.
    open Event An event source connection has been established.
    orientationchange Event The orientation of the device (portrait/landscape) has changed
    pagehide PageTransitionEvent A session history entry is being traversed from.
    pageshow PageTransitionEvent A session history entry is being traversed to.
    paste ClipboardEvent  Data has been transferred from the system clipboard to the document.
    pause Event Playback has been paused.
    pause  SpeechSynthesisEvent The utterance is paused part way through.
    pointercancel PointerEvent The pointer is unlikely to produce any more events.
    pointerdown PointerEvent The pointer enters the active buttons state.
    pointerenter PointerEvent Pointing device is moved inside the hit-testing boundary.
    pointerleave PointerEvent Pointing device is moved out of the hit-testing boundary.
    pointerlockchange Event The pointer was locked or released.
    pointerlockerror Event It was impossible to lock the pointer for technical reasons or because the permission was denied.
    pointermove PointerEvent The pointer changed coordinates.
    pointerout PointerEvent The pointing device moved out of hit-testing boundary or leaves detectable hover range.
    pointerover PointerEvent The pointing device is moved into the hit-testing boundary.
    pointerup PointerEvent
    재생play Event Playback has begun.
    playing Event Playback is ready to start after having been paused or delayed due to lack of data.
    popstate PopStateEvent A session history entry is being navigated to (in certain cases).
    progress ProgressEvent In progress.
    push PushEvent  A Service Worker has received a push message.
    pushsubscriptionchange PushEvent  A PushSubscription has expired.
    ratechange Event The playback rate has changed.
    readystatechange Event The readyState attribute of a document has changed.
    repeatEvent TimeEvent A SMIL animation element is repeated.
    reset Event A form is reset.
    resize UIEvent The document view has been resized.
    resourcetimingbufferfull Performance The browser's resource timing buffer is full.
    result  SpeechRecognitionEvent  The speech recognition service returns a result — a word or phrase has been positively recognized and this has been communicated back to the app.
    resume  SpeechSynthesisEvent  A paused utterance is resumed.
    scroll UIEvent The document view or an element has been scrolled.
    seeked Event seek operation completed.
    seeking Event seek operation began.
    select UIEvent Some text is being selected.
    selectstart  Event A selection just started.
    selectionchange  Event The selection in the document has been changed.
    show MouseEvent A contextmenu event was fired on/bubbled to an element that has a contextmenu attribute
    slotchange Event The node contents of a HTMLSlotElement (<slot>) have changed.
    soundend  Event Any sound — recognisable speech or not — has stopped being detected.
    soundstart  Event Any sound — recognisable speech or not — has been detected.
    speechend  Event Speech recognised by the speech recognition service has stopped being detected.
    speechstart  Event Sound that is recognised by the speech recognition service as speech has been detected.
    stalled Event The user agent is trying to fetch media data, but data is unexpectedly not forthcoming.
    start  Event The speech recognition service has begun listening to incoming audio with intent to recognize grammars associated with the current SpeechRecognition.
    start SpeechSynthesisEvent The utterance has begun to be spoken.
    storage StorageEvent A storage area (localStorage or sessionStorage) has changed.
    submit Event A form is submitted.
    success Event A request successfully completed.
    suspend Event Media data loading has been suspended.
    SVGAbort SVGEvent Page loading has been stopped before the SVG was loaded.
    SVGError SVGEvent An error has occurred before the SVG was loaded.
    SVGLoad SVGEvent
    SVGResizeSVGResize SVGEvent An SVG document is being resized.
    SVGScroll SVGEvent An SVG document is being scrolled.
    SVGUnload SVGEvent An SVG document has been removed from a window or frame.
    SVGZoom SVGZoomEvent An SVG document is being zoomed.
    timeout ProgressEvent  
    timeupdate Event The time indicated by the currentTime attribute has been updated.
    touchcancel TouchEvent A touch point has been disrupted in an implementation-specific manners (too many touch points for example).
    touchend TouchEvent A touch point is removed from the touch surface.
    touchmove TouchEvent A touch point is moved along the touch surface.
    touchstart TouchEvent A touch point is placed on the touch surface.
    transitionend TransitionEvent  A CSS transition has completed.
    unload UIEvent The document or a dependent resource is being unloaded.
    upgradeneeded   An attempt was made to open a database with a version number higher than its current version. A versionchange transaction has been created.
    userproximity UserProximityEvent  Fresh data is available from a proximity sensor (indicates whether the nearby object is near the device or not).
    voiceschanged  Event The list of SpeechSynthesisVoice objects that would be returned by the SpeechSynthesis.getVoices() method has changed (when the voiceschanged event fires.)
    versionchange   versionchange transaction completed.
    visibilitychange Event The content of a tab has become visible or has been hidden.
    volumechange Event The volume has changed.
    waiting Event Playback has stopped because of a temporary lack of data.
    wheel WheelEvent
    🎜SVGScroll🎜🎜SVGEvent🎜🎜SVG 문서가 스크롤되고 있습니다.🎜🎜🎜🎜SVGUnload🎜🎜SVGEvent🎜🎜SVG 문서가 창이나 프레임에서 제거되었습니다.🎜🎜🎜🎜 SVGZoom🎜🎜SVGZoomEvent🎜🎜SVG 문서가 확대되고 있습니다.🎜🎜🎜🎜timeout🎜🎜ProgressEvent🎜 🎜 🎜🎜🎜🎜timeupdate🎜🎜이벤트🎜🎜currentTime 속성으로 표시된 시간이 업데이트되었습니다.🎜🎜🎜🎜 touchcancel🎜🎜TouchEvent🎜🎜구현 특정 방식으로 터치 포인트가 중단되었습니다(예: 터치 포인트가 너무 많음).🎜🎜🎜🎜touchend 🎜🎜TouchEvent🎜🎜터치 표면에서 터치 포인트가 제거되었습니다.🎜🎜🎜🎜touchmove🎜🎜TouchEvent🎜🎜터치 포인트는 터치 표면을 따라 움직였습니다.🎜🎜🎜🎜touchstart🎜🎜TouchEvent🎜🎜터치 표면에 터치 포인트가 배치됩니다.🎜🎜🎜🎜transitionend code>🎜🎜<code>TransitionEvent 🎜🎜A CSS 전환이 완료되었습니다.🎜🎜🎜🎜unload🎜🎜UIEvent🎜🎜문서 또는 종속 리소스 언로드 중입니다.🎜🎜🎜🎜업그레이드 필요🎜🎜 🎜🎜현재 버전보다 버전 번호가 높은 데이터베이스를 열려고 시도했습니다. versionchange 트랜잭션이 생성되었습니다.🎜🎜🎜🎜userproximity🎜🎜UserProximityEvent 🎜🎜근접 센서에서 최신 데이터를 사용할 수 있습니다( 주변 물체가 기기에 가까워 있는지 여부).🎜🎜🎜🎜voiceschanged 🎜🎜Event🎜🎜SpeechSynesisVoice 목록 code> SpeechSynesis.getVoices() 메서드에서 반환되는 객체가 변경되었습니다(voiceschanged 이벤트가 실행될 때)🎜🎜🎜🎜versionchange🎜🎜 🎜🎜A versionchange 거래가 완료되었습니다.🎜🎜🎜🎜visibilitychange🎜🎜Event🎜🎜탭의 콘텐츠가 표시되거나 숨겨졌습니다.🎜🎜🎜🎜볼륨 변경🎜🎜이벤트🎜🎜볼륨이 변경되었습니다.🎜🎜🎜🎜대기🎜🎜 이벤트🎜🎜일시적인 데이터 부족으로 재생이 중단되었습니다.🎜🎜🎜🎜wheel🎜🎜WheelEvent🎜🎜포인팅 장치의 휠 버튼은 어떤 방향으로든 회전됩니다.🎜🎜🎜🎜

    비标准事件

    이벤트스크립트 가 실행되었습니다.🎜beforescriptexecute🎜🎜이벤트🎜🎜스크립트가 곧 실행됩니다.🎜🎜🎜🎜beforeinstallprompt🎜🎜 이벤트🎜🎜사용자에게 웹사이트를 모바일의 홈 화면에 저장하라는 메시지가 표시됩니다.🎜🎜🎜🎜cardstatechange🎜🎜 🎜🎜MozMobileConnection.cardState 속성 변경 값.🎜🎜🎜🎜<code>change🎜🎜DeviceStorageChangeEvent🎜🎜이 이벤트는 지정된 저장 영역에서 파일이 생성, 수정 또는 삭제될 때마다 트리거됩니다. .🎜🎜🎜🎜connectionInfoUpdate🎜🎜 🎜🎜신호 강도 및 링크 속도에 대한 정보가 업데이트되었습니다.🎜🎜🎜🎜cfstatechange🎜🎜 🎜🎜통화 전달 상태가 변경됩니다.🎜🎜🎜🎜datachange🎜🎜 🎜🎜MozMobileConnection.data 개체가 값을 변경합니다.🎜🎜🎜🎜dataerror🎜🎜 🎜🎜 MozMobileConnection.data 객체가 RIL로부터 오류를 수신합니다.🎜🎜🎜🎜DOMMouseScroll🎜🎜 🎜🎜포인팅 장치의 휠 버튼이 회전되었습니다(세부정보 속성은 숫자입니다). 라인). (대신  사용)🎜🎜🎜🎜드래그 드롭 🎜🎜DragEvent🎜🎜요소가 삭제되었습니다(드롭 사용). 대신).🎜🎜🎜🎜dragexit 🎜🎜DragEvent🎜🎜드래그 작업이 종료됩니다(대신 dragend 사용).🎜🎜🎜🎜 드래그 동작 🎜🎜DragEvent🎜🎜사용자가 요소나 텍스트 선택 항목을 드래그하기 시작합니다(대신 드래그 시작 사용).🎜🎜🎜🎜iccccardlockerror 🎜🎜 🎜🎜MozMobileConnection.unlockCardLock() 또는 MozMobileConnection.setCardLock() 메서드가 실패합니다.🎜🎜🎜🎜iccinfochange🎜 🎜 🎜🎜MozMobileConnection.iccInfo 객체가 변경되었습니다.🎜🎜🎜🎜현지화🎜🎜 🎜🎜페이지가 data-l10n-* 속성을 사용하여 현지화되었습니다.🎜🎜🎜🎜 마우스휠 🎜🎜 🎜🎜포인팅 장치의 휠 버튼이 회전됩니다.🎜🎜🎜🎜MozAudioAvailable🎜🎜이벤트🎜🎜오디오 버퍼는 다음과 같습니다. 전체 및 해당 원시 샘플을 사용할 수 있습니다.🎜🎜🎜🎜MozBeforeResize 🎜🎜 🎜🎜창 크기가 조정되려고 합니다.🎜🎜🎜🎜mozbrowseractivitydone🎜🎜 🎜🎜보냈습니다 일부 활동이 완료되었을 때(전체 설명 미정.)🎜🎜🎜🎜mozbrowserasyncscroll🎜🎜 🎜🎜브라우저 내에서 스크롤 위치가 <iframe>  변경사항.🎜🎜🎜🎜mozbrowseraudioplaybackchange🎜🎜 🎜🎜브라우저 <iframe> 콘텐츠 내에서 오디오 재생이 시작되거나 중지될 때 전송됩니다.🎜🎜🎜🎜mozbrowsercaretstatechanged🎜🎜 🎜🎜브라우저 <iframe> 콘텐츠에서 선택한 텍스트가 변경되면 전송됩니다.🎜🎜🎜🎜mozbrowserclose🎜🎜 🎜🎜전송 window.close()가 브라우저 내에서 호출될 때 <iframe>.🎜🎜🎜🎜mozbrowsercontextmenu🎜🎜 🎜🎜브라우저가 <iframe>  컨텍스트 메뉴를 열어 보세요.🎜🎜🎜🎜mozbrowserdocumentfirstpaint🎜🎜 🎜🎜브라우저의 문서에 새 페인트가 발생하면 전송됩니다. <iframe> .🎜🎜🎜🎜mozbrowsererror🎜🎜 🎜🎜브라우저 iframe 내에서 콘텐츠를 로드하는 동안 오류가 발생한 경우 전송됩니다.🎜🎜🎜🎜mozbrowserfindchange🎜🎜 🎜🎜다음과 같은 경우에 전송됩니다. 검색 작업은 브라우저의 <iframe> 콘텐츠에서 수행됩니다(HTMLIFrameElement 검색 방법 참조)🎜🎜🎜🎜mozbrowserfirstpaint🎜🎜 🎜🎜&lt ;iframe> 처음으로 콘텐츠를 그립니다(여기에는 about:blank의 초기 페인트는 포함되지 않습니다.)🎜🎜🎜🎜mozbrowsericonchange🎜🎜 🎜 🎜브라우저 iframe의 파비콘이 변경되면 전송됩니다.🎜🎜 브라우저 iframe의 위치가 변경되면 전송됩니다.🎜🎜🎜mozbrowserloadend🎜🎜 🎜🎜브라우저 iframe이 모든 자산 로드를 완료하면 전송됩니다. 🎜🎜🎜🎜mozbrowserloadstart🎜🎜 🎜🎜브라우저 iframe이 새 페이지를 로드하기 시작할 때 전송됩니다.🎜🎜🎜🎜mozbrowsermanifestchange🎜🎜 🎜🎜경로가 다음 위치에 있을 때 전송됩니다. 개방형 웹 앱이 내장된 브라우저 <iframe>의 경우 앱 매니페스트가 변경됩니다.🎜🎜🎜🎜mozbrowsermetachange🎜🎜 🎜🎜 <meta> 요소가 브라우저의 <iframe> 콘텐츠에 추가, 제거 또는 변경되었습니다.🎜🎜🎜🎜mozbrowseropensearch 🎜🎜 🎜🎜검색 엔진에 대한 링크가 발견되면 전송됩니다.🎜🎜🎜🎜mozbrowseropentab🎜🎜 🎜🎜브라우저에서 새 탭이 열릴 때 전송 <iframe> code> 사용자가 새 탭에서 링크 대상을 여는 명령을 실행한 결과(예: ctrl/cmd + 클릭)🎜🎜🎜🎜mozbrowseropenwindow🎜🎜 🎜🎜window.open()은 브라우저 iframe 내에서 호출됩니다.🎜🎜🎜🎜mozbrowserresize🎜🎜 🎜🎜브라우저가 <iframe>일 때 전송됩니다. 창 크기가 변경되었습니다.🎜🎜🎜🎜mozbrowserscroll🎜🎜 🎜🎜브라우저의 <iframe> 콘텐츠가 스크롤될 때 전송됩니다.🎜🎜🎜🎜mozbrowserscrollareachanged🎜🎜 🎜🎜브라우저 <iframe>에서 사용 가능한 스크롤 영역이 변경되면 전송됩니다. 이는 크기 조정 시 및 페이지 크기가 변경될 때(예: 로드 중) 발생할 수 있습니다.🎜🎜🎜🎜mozbrowserscrollviewchange🎜🎜 🎜🎜비동기 스크롤(예: APCZ)이 시작되거나 중지될 때 전송됩니다.🎜🎜🎜🎜 mozbrowsersecuritychange🎜🎜 🎜🎜브라우저 iframe 내에서 SSL 상태가 변경되면 전송됩니다.🎜🎜🎜🎜mozbrowserselectionstatechanged🎜🎜 🎜🎜브라우저 내에서 텍스트가 선택되면 전송됩니다. <iframe> 콘텐츠가 변경됩니다. 이는 더 이상 사용되지 않으며 최신 구현에서는 대신 mozbrowsercaretstatechanged를 사용합니다.🎜🎜🎜🎜mozbrowsershowmodalprompt🎜🎜 🎜🎜alert()일 때 전송됨,confirm() 또는 prompt()는 브라우저 iframe🎜🎜🎜🎜mozbrowsertitlechange🎜🎜 🎜🎜에서 document.title이 변경될 때 전송됩니다. 브라우저 iframe.🎜🎜🎜🎜mozbrowserusernameandpasswordrequired🎜🎜 🎜🎜HTTP 인증이 요청될 때 전송됩니다.🎜🎜🎜🎜mozbrowservisibilitychange🎜🎜 🎜🎜 현재 브라우저 iframe <iframe> 변경(예: setVisible().🎜🎜🎜🎜MozGamepadButtonDown🎜🎜 🎜 호출로 인해 변경됨) 🎜게임패드 버튼을 눌렀습니다.🎜🎜🎜🎜MozGamepadButtonUp🎜🎜 🎜🎜게임패드 버튼을 눌렀습니다.🎜🎜🎜🎜MozMousePixelScroll 🎜🎜 🎜🎜휠 버튼 포인팅 장치가 회전됩니다(세부 속성은 픽셀 수입니다). (대신 휠 사용)🎜🎜🎜🎜MozOrientation 🎜🎜 🎜🎜방향 센서에서 최신 데이터를 사용할 수 있습니다(deviceorientation 참조).🎜🎜🎜🎜MozScrolledAreaChanged🎜🎜UIEvent🎜🎜문서 보기가 스크롤되거나 크기가 조정되었습니다.🎜🎜🎜🎜moztimechange🎜🎜 🎜🎜기기의 시간이 변경되었습니다.🎜🎜🎜🎜MozTouchDown 🎜🎜 🎜 🎜터치 포인트가 터치 표면에 배치됩니다(대신 touchstart 사용).🎜🎜🎜🎜MozTouchMove 🎜🎜 🎜🎜터치 포인트가 터치 표면을 따라 이동합니다(대신 touchmove 사용).🎜🎜🎜🎜MozTouchUp 🎜🎜 🎜🎜A 터치 표면에서 터치 포인트가 제거되었습니다(대신 터치엔드 사용).🎜🎜🎜🎜alerting🎜🎜CallEvent🎜🎜상대방에게 알림이 전송됩니다(전화벨이 울리고 있습니다). ).🎜🎜🎜🎜busy🎜🎜CallEvent🎜🎜통화중입니다.🎜🎜🎜🎜전화가 바뀌었습니다🎜🎜CallEvent🎜🎜현재 통화 목록에 통화가 추가 또는 제거되었습니다.🎜🎜CallEvent통화가 연결되었습니다.connecting
    이벤트 이름 이벤트 유형 Fired when...
    afterscriptexecuteafterscriptexecute Event A script has been executed.
    beforescriptexecute Event A script is about to be executed.
    beforeinstallprompt Event A user is prompted to save a web site to a home screen on mobile.
    cardstatechange   The MozMobileConnection.cardState property changes value.
    change DeviceStorageChangeEvent This event is triggered each time a file is created, modified or deleted on a given storage area.
    connectionInfoUpdate   The informations about the signal strength and the link speed have been updated.
    cfstatechange   The call forwarding state changes.
    datachange   The MozMobileConnection.data object changes values.
    dataerror   The MozMobileConnection.data object receive an error from the RIL.
    DOMMouseScroll   The wheel button of a pointing device is rotated (detail attribute is a number of lines). (use wheel instead)
    dragdrop  DragEvent An element is dropped (use drop instead).
    dragexit  DragEvent A drag operation is being ended(use dragend instead).
    draggesture  DragEvent The user starts dragging an element or text selection (use dragstart instead).
    icccardlockerror   the MozMobileConnection.unlockCardLock() or MozMobileConnection.setCardLock() methods fails.
    iccinfochange   The MozMobileConnection.iccInfo object changes.
    localized   The page has been localized using data-l10n-* attributes.
    mousewheel    The wheel button of a pointing device is rotated.
    MozAudioAvailable Event The audio buffer is full and the corresponding raw samples are available.
    MozBeforeResize    A window is about to be resized.
    mozbrowseractivitydone   Sent when some activity has been completed (complete description TBD.)
    mozbrowserasyncscroll   Sent when the scroll position within a browser <iframe> changes.
    mozbrowseraudioplaybackchange   Sent when audio starts or stops playing within the browser <iframe> content.
    mozbrowsercaretstatechanged   Sent when the text selected inside the browser <iframe> content changes.
    mozbrowserclose   Sent when window.close() is called within a browser <iframe>.
    mozbrowsercontextmenu   Sent when a browser <iframe> try to open a context menu.
    mozbrowserdocumentfirstpaint   Sent when a new paint occurs on any document in the browser <iframe>.
    mozbrowsererror   Sent when an error occured while trying to load a content within a browser iframe
    mozbrowserfindchange   Sent when a search operation is performed on the browser <iframe> content (see HTMLIFrameElement search methods.)
    mozbrowserfirstpaint   Sent when the <iframe> paints content for the first time (this doesn't include the initial paint from about:blank.)
    mozbrowsericonchange
    mozbrowserlocationchangemozbrowserlocationchange   Sent when an browser iframe's location changes.
    mozbrowserloadend   Sent when the browser iframe has finished loading all its assets.
    mozbrowserloadstart   Sent when the browser iframe starts to load a new page.
    mozbrowsermanifestchange   Sent when a the path to the app manifest changes, in the case of a browser <iframe> with an open web app embedded in it.
    mozbrowsermetachange   Sent when a <meta> elelment is added to, removed from or changed in the browser <iframe>'s content.
    mozbrowseropensearch   Sent when a link to a search engine is found.
    mozbrowseropentab   Sent when a new tab is opened within a browser <iframe> as a result of the user issuing a command to open a link target in a new tab (for example ctrl/cmd + click.)
    mozbrowseropenwindow   Sent when window.open() is called within a browser iframe.
    mozbrowserresize   Sent when the browser <iframe>'s window size has changed.
    mozbrowserscroll   Sent when the browser <iframe> content scrolls.
    mozbrowserscrollareachanged   Sent when the available scrolling area in the browser <iframe> changes. This can occur on resize and when the page size changes (while loading for example.)
    mozbrowserscrollviewchange   Sent when asynchronous scrolling (i.e. APCZ) starts or stops.
    mozbrowsersecuritychange   Sent when the SSL state changes within a browser iframe.
    mozbrowserselectionstatechanged   Sent when the text selected inside the browser <iframe> content changes. Note that this is deprecated, and newer implementations use mozbrowsercaretstatechanged instead.
    mozbrowsershowmodalprompt   Sent when alert()confirm() or prompt() are called within a browser iframe
    mozbrowsertitlechange   Sent when the document.title changes within a browser iframe.
    mozbrowserusernameandpasswordrequired   Sent when an HTTP authentification is requested.
    mozbrowservisibilitychange   Sent when the visibility state of the current browser iframe <iframe> changes, for example due to a call to setVisible().
    MozGamepadButtonDown   A gamepad button is pressed down.
    MozGamepadButtonUp   A gamepad button is released.
    MozMousePixelScroll    The wheel button of a pointing device is rotated (detail attribute is a number of pixels). (use wheel instead)
    MozOrientation    Fresh data is available from an orientation sensor (see deviceorientation).
    MozScrolledAreaChanged UIEvent The document view has been scrolled or resized.
    moztimechange   The time of the device has been changed.
    MozTouchDown    A touch point is placed on the touch surface (use touchstart instead).
    MozTouchMove    A touch point is moved along the touch surface (use touchmove instead).
    MozTouchUp    A touch point is removed from the touch surface (use touchend instead).
    alerting CallEvent The correspondent is being alerted (his/her phone is ringing).
    busy CallEvent The line of the correspondent is busy.
    callschanged CallEvent
    onconnected connectedconnected CallEvent A call has been connected.
    connecting CallEvent A call is about to connect.
    delivered SMSEvent An SMS has been successfully delivered.
    dialing CallEvent The number of a correspondent has been dialed.
    disabled   Wifi has been disabled on the device.
    disconnected CallEvent A call has been disconnected.
    disconnecting CallEvent A call is about to disconnect.
    enabled   Wifi has been enabled on the device.
    error CallEvent An error occurred.
    held CallEvent A call has been held.
    holding CallEvent A call is about to be held.
    incoming CallEvent A call is being received.
    received SMSEvent An SMS has been received.
    resuming CallEvent A call is about to resume.
    sent SMSEvent An SMS has been sent.
    statechange CallEvent The state of a call has changed.
    statuschange   The status of the Wifi connection changed.
    overflow UIEvent An element has been overflowed by its content or has been rendered for the first time in this state (only works for elements styled with overflow != visible).
    smartcard-insert   A smartcard has been inserted.
    smartcard-remove   A smartcard has been removed.
    stkcommand   The STK Proactive Command is issued from ICC.
    stksessionend   The STK Session is terminated by ICC.
    touchenter TouchEvent  
    touchleave TouchEvent  
    underflow UIEvent An element is no longer overflowed by its content (only works for elements styled with overflow != visible).
    uploadprogress  ProgressEvent Upload is in progress (see progress).

    ussdreceived

      A new USSD message is received
    voicechange   The MozMobileConnection.voice object changes values.
    msContentZoom    
    MSManipulationStateChanged    
    MSPointerHover
    🎜CallEvent🎜🎜전화가 곧 연결됩니다.🎜🎜🎜🎜전달됨🎜🎜SMSEvent🎜🎜SMS가 성공적으로 전달되었습니다.🎜🎜🎜🎜전화 걸기🎜🎜<code>CallEvent🎜🎜상대방 번호로 전화가 왔습니다.🎜🎜🎜🎜disabled🎜🎜 🎜🎜기기에서 Wi-Fi가 비활성화되었습니다.🎜🎜 🎜🎜연결 끊김🎜🎜CallEvent🎜🎜통화 연결이 끊어졌습니다.🎜🎜🎜🎜연결 끊김🎜🎜CallEvent 🎜🎜통화 연결이 곧 끊어집니다.🎜🎜🎜🎜활성화🎜🎜 🎜🎜기기에서 Wi-Fi가 활성화되었습니다.🎜🎜🎜🎜오류🎜🎜 CallEvent🎜🎜오류가 발생했습니다.🎜🎜🎜🎜보류🎜🎜CallEvent🎜🎜통화가 보류되었습니다.🎜🎜🎜🎜보류🎜🎜<code>CallEvent🎜🎜통화가 곧 보류됩니다.🎜🎜🎜🎜incoming🎜🎜CallEvent🎜🎜통화는 다음과 같습니다. 🎜🎜🎜🎜수신🎜🎜SMS이벤트🎜🎜SMS가 수신되었습니다.🎜🎜🎜🎜재개🎜🎜 CallEvent🎜🎜통화가 곧 재개됩니다.🎜🎜🎜🎜전송🎜🎜SMSEvent🎜🎜SMS가 전송되었습니다.🎜🎜🎜🎜statechange🎜🎜CallEvent🎜🎜통화 상태가 변경되었습니다.🎜🎜🎜🎜statuschange🎜🎜 🎜🎜Wi-Fi 연결 상태가 변경되었습니다. 🎜🎜🎜🎜overflow🎜🎜UIEvent🎜🎜요소가 콘텐츠로 인해 오버플로되었거나 이 상태에서 처음으로 렌더링되었습니다. overflow != visible).🎜🎜🎜🎜smartcard-insert🎜🎜 🎜🎜스마트 카드가 삽입되었습니다.🎜🎜🎜🎜smartcard-remove🎜🎜 🎜🎜스마트 카드가 제거되었습니다.🎜🎜🎜🎜stkcommand🎜🎜 🎜🎜STK 사전 명령은 ICC에서 발행됩니다.🎜🎜🎜🎜 stksessionend🎜🎜 🎜🎜STK 세션이 ICC에 의해 종료되었습니다.🎜🎜🎜🎜touchenter🎜🎜TouchEvent🎜🎜 🎜🎜🎜🎜touchleave🎜🎜<code>TouchEvent🎜🎜 🎜🎜🎜🎜underflow🎜🎜UIEvent🎜🎜요소가 더 이상 콘텐츠로 인해 오버플로되지 않습니다(오직 overflow != visible).🎜🎜🎜🎜uploadprogress 🎜🎜ProgressEvent🎜🎜Upload로 스타일 지정된 요소에 작동합니다. 진행 중입니다(진행 중 참조).🎜🎜🎜🎜

    ussdreceived

    🎜🎜 🎜🎜새 USSD 메시지가 수신되었습니다🎜🎜🎜🎜voicechange🎜🎜 🎜🎜MozMobileConnection.voice 객체가 값을 변경합니다.🎜🎜🎜🎜msContentZoom🎜🎜 🎜🎜 🎜🎜🎜🎜MSManipulationStateChanged🎜🎜 🎜🎜 🎜🎜🎜🎜<code>MSPointerHover 🎜🎜 🎜🎜 🎜🎜🎜🎜

    Mozilla 특정 이벤트

    참고: 이러한 이벤트는 웹 콘텐츠에서 사용하도록 노출되지 않으며 Chrome 콘텐츠의 컨텍스트에서만 사용할 수 있습니다.

    XUL Event

    An 관찰자가 방송사를 시청했습니다.CheckboxStateChangeXUL
    Event Name Event Type Specification Fired when...
    broadcast   XUL An observer noticed a change to the attributes of a watched broadcaster.
    CheckboxStateChange   XUL The state of a checkbox has been changed either by a user action or by a script (useful for accessibility).
    close   XUL The close button of the window has been clicked.
    command   XUL An element has been activated.
    commandupdate   XUL A command update occurred on a commandset element.
    DOMMenuItemActive   XUL A menu or menuitem has been hovered or highlighted.
    DOMMenuItemInactive   XUL A menu or menuitem is no longer hovered or highlighted.
    popuphidden PopupEvent XUL A menupopup, panel or tooltip has been hidden.
    popuphiding PopupEvent XUL A menupopup, panel or tooltip is about to be hidden.
    popupshowing PopupEvent XUL A menupopup, panel or tooltip is about to become visible.
    popupshown PopupEvent XUL A menupopup, panel or tooltip has become visible.
    RadioStateChange   XUL The state of a radio has been changed either by a user action or by a script (useful for accessibility).
    ValueChange
    🎜checkbox의 상태가 사용자 작업 또는 스크립트에 의해 변경되었습니다(접근성에 유용함). ).🎜🎜🎜🎜close🎜🎜🎜🎜XUL🎜🎜창의 닫기 버튼이 클릭되었습니다. 🎜 🎜🎜XUL🎜🎜요소가 활성화되었습니다.🎜🎜🎜🎜commandupdate🎜🎜 🎜🎜 🎜DOMMenuItemActive🎜🎜 🎜🎜XUL🎜🎜메뉴 또는 메뉴 항목이 마우스로 가리키거나 강조 표시되었습니다.🎜🎜🎜🎜DOMMenuItemInactive🎜🎜 🎜🎜XUL em> 🎜🎜A 메뉴 또는 메뉴 항목이 더 이상 마우스로 가리키거나 강조 표시되지 않습니다.🎜🎜🎜🎜popuphidden🎜🎜PopupEvent🎜🎜XUL🎜🎜A menupopup, 메뉴팝업, 패널 또는 툴팁이 숨겨지려고 합니다.🎜🎜🎜🎜popupshowing🎜🎜PopupEvent🎜🎜XUL🎜🎜메뉴팝업 , 패널 또는 도구 설명이 곧 표시됩니다.🎜 🎜🎜🎜popupshown🎜🎜PopupEvent🎜🎜XUL🎜🎜메뉴 팝업, 패널 또는 도구 설명 표시되었습니다.🎜🎜🎜🎜 RadioStateChange🎜🎜🎜🎜XUL🎜🎜radio의 상태가 사용자 작업이나 스크립트에 의해 변경되었습니다(다음에 유용함). 접근성).🎜🎜🎜🎜값 변경 🎜🎜🎜🎜XUL🎜🎜요소의 값이 변경되었습니다(예를 들어 접근성에 유용한 진행률 표시줄).🎜🎜🎜🎜

    附加组件特定事件

     특정 애드온 특정 애드온 특정 애드온 특정 애드온 특정 애드온 특정 애드온 특정 애드온 특정 애드온 애드온 특정  특정 애드온 특정 애드온 애드온 특정  A meta 요소가 문서에서 제거되었습니다.DOMWillOpenModalDialog 모달 대화 상자가 곧 열립니다.DOMModalDialogClosed 모달 대화 상자가 닫혔습니다.DOMAutoComplete 요소의 콘텐츠가 자동 완성되었습니다.DOMFrameContentLoaded 프레임 로드가 완료되었습니다(그러나 종속 리소스는 아님).AlertActiveA 알림 요소가 표시됩니다.AlertClose A 알림 요소가 닫혔습니다.fullscreen 브라우저 전체 화면 모드가 시작되었거나 종료되었습니다.sizemodechange 🎜🎜애드온 전용🎜🎜🎜창이 시작되었습니다. /전체 화면 모드를 떠났거나 최소화되었습니다. /unminimized.🎜🎜🎜🎜MozEnteredDomFullscreen🎜🎜 🎜🎜🎜애드온 전용🎜🎜🎜DOM 전체 화면 모드가 시작되었습니다.🎜🎜🎜🎜SSWindowClosing🎜🎜 🎜🎜🎜애드온 전용 🎜🎜🎜세션스토어는 이 창 추적을 중단합니다.🎜 🎜🎜🎜SSTabClosing🎜🎜 🎜🎜🎜특정 애드온🎜🎜🎜세션 스토어에서 이 탭 추적이 중지됩니다.🎜🎜🎜🎜SSTabRestoring🎜🎜 🎜🎜🎜특정 애드온🎜🎜🎜 탭이 복원되려고 합니다.🎜🎜🎜🎜 SSTabRestored🎜🎜 🎜🎜🎜특정 애드온🎜🎜🎜탭이 복원되었습니다.🎜🎜🎜🎜SSWindowStateReady🎜🎜 🎜🎜🎜애드온 특정🎜🎜🎜창 상태가 "준비"로 전환되었습니다.🎜 🎜
    Event Name Event Type Specification Fired when...
    MozSwipeGesture   애드온별 터치 포인트를 스와이프하면 터치 표면
    MozMagnifyGestureStart   특정 애드온 두 개의 터치 포인트가 서로 멀어지기 시작합니다.
    MozMagnifyGestureUpdate   특정 애드온 두 개의 터치 포인트가 서로 멀어집니다. 기타(MozMagnifyGestureStart 이후).
    MozMagnifyGesture   특정 애드온 두 개의 터치 포인트가 서로 멀어졌습니다(MozMagnifyGestureUpdate의 시퀀스 이후).
    MozRot ateGestureStart   특정 애드온 두 개의 터치 포인트가 한 포인트를 중심으로 회전하기 시작합니다.
    MozRotateGestureUpdate   특정 추가 기능 두 개의 터치 포인트가 한 포인트를 중심으로 회전합니다(MozRotateGestureStart 이후). MozRotateGesture
    두 개의 터치 포인트가 포인트를 중심으로 회전합니다(MozRotateGestureUpdate 시퀀스 이후). MozTapGesture
    두 개의 터치 포인트가 터치 표면에 탭됩니다. MozPressTapGesture
    터치 표면에서 '탭 누르기' 동작이 발생했습니다(첫 번째 손가락 아래로, 두 번째 손가락 아래로, 두 번째 손가락 위로, 첫 번째 손가락 위로). MozEdgeUIGesture
    터치 포인트가 터치 표면을 스와이프하여 엣지 UI를 호출합니다(Win8만 해당). MozAfterPaint
    콘텐츠가 다시 그려졌습니다. DOMPopup차단됨
    팝업이 차단되었습니다 DOMWindowCreated
    창이 생성되었습니다. DOMWindowClose
    창이 곧 닫힐 예정입니다. DOMTitleChanged
    창 제목이 변경되었습니다. DOMLinkAdded
    링크에 있음 문서가 추가되었습니다. DOMLinkRemoved
    링크가 문서 내부에서 제거되었습니다. DOMMetaAdded
    A 메타  요소가 문서에 추가되었습니다. DOMMetaRemovedmeta element has been added to a document.
    DOMMetaRemoved   Addons specific meta element has been removed from a document.
    DOMWillOpenModalDialog   Addons specific A modal dialog is about to open.
    DOMModalDialogClosed   Addons specific A modal dialog has been closed.
    DOMAutoComplete   Addons specific The content of an element has been auto-completed.
    DOMFrameContentLoaded   Addons specific The frame has finished loading (but not its dependent resources).
    AlertActive   Addons specific notification element is shown.
    AlertClose   Addons specific notification
    특정 애드온
    특정 애드온
    특정 애드온
    애드온 특정
    특정 애드온
    애드온 관련
    애드온 특정
    애드온 전용
    SSWindowStateBusy   특정 애드온 창 상태가 "사용 중"으로 전환되었습니다.
    TabOpen   특정 애드온 탭이 열렸습니다. .
    탭닫기   특정 애드온 탭이 닫혔습니다.
    TabSelect   특정 애드온 탭이 선택되었습니다.
    TabShow   특정 애드온 탭이 표시되었습니다.
    TabHide   특정 애드온 탭이 숨겨졌습니다.
    TabPinned   특정 애드온 탭이 고정되었습니다.
    TabUnpinned   특정 애드온 탭이 고정 해제되었습니다.

    开发者工具特定事件

    이벤트 이름 이벤트 유형 Specification 다음 경우에 실행됩니다.. .
    CssRuleViewRefreshed   devtools 특정 스타일 검사기의 '규칙' 보기가 업데이트되었습니다.
    CssRuleViewChanged   devtools 특정 "규칙" 스타일 검사기 보기가 변경되었습니다.
    CssRuleViewCSSLinkClicked   devtools 특정 스타일 검사기의 "규칙" 보기에서 CSS 파일 링크가 클릭되었습니다.

    每一个不曾起舞的日子,city是对生命的辜负。 温柔正确的人总是难以生存,因为这世界既不温柔,也不正确。 教育就是当一个人把재학술지학전부忘光之后剩下的东西。 当你凝视深渊时,深渊也在凝视着你。

    相关推荐: 《vue.js教程

    위 내용은 vuejs는 어떤 이벤트를 지원하나요?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

    성명:
    본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.