@@ -35,7 +35,6 @@ include Impl({
3535/*
3636 Unimplemented Event interfaces
3737
38- AudioProcessingEvent /* deprecated */
3938 BeforeInputEvent /* experimental? Looks like it might just be an InputEvent */
4039 BlobEvent /* experimental, MediaStream recording */
4140 CSSFontFaceLoadEvent /* experimental - https://www.w3.org/TR/css-font-loading-3/#dom-cssfontfaceloadevent */
@@ -44,19 +43,17 @@ include Impl({
4443 DeviceOrientationEvent /* experimental, Device Orientation */
4544 DeviceProximityEvent /* experimental, Device Orientation */
4645 DOMTransactionEvent /* very experimental - https://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html#the-domtransactionevent-interface */
47- EditingBeforeInputEvent /* deprecated? - https://dvcs.w3.org/hg/editing/raw-file/57abe6d3cb60/editing.html#editingbeforeinputevent */
46+ EditingBeforeInputEvent /* https://dvcs.w3.org/hg/editing/raw-file/57abe6d3cb60/editing.html#editingbeforeinputevent */
4847 FetchEvent /* experimental, Service Workers */
4948 GamepadEvent /* experimental, Gamepad */
5049 HashChangeEvent /* https://www.w3.org/TR/html51/browsers.html#the-hashchangeevent-interface */
5150 MediaStreamEvent /* experimental, WebRTC */
5251 MessageEvent /* experimental, Websocket/WebRTC */
53- MutationEvent /* deprecated */
52+ MutationEvent
5453 OfflineAudioCompletionEvent /* experimental, Web Audio */
5554 RTCDataChannelEvent /* experimental, WebRTC */
5655 RTCIdentityErrorEventA /* experimental, WebRTC */
5756 RTCIdentityEvent /* experimental, WebRTC */
5857 RTCPeerConnectionIceEvent /* experimental, WebRTC */
59- SensorEvent /* deprecated? */
60- SVGEvent /* deprecated */
6158 UserProximityEvent /* experimental, Proximity Events */
6259 */
0 commit comments