-
Notifications
You must be signed in to change notification settings - Fork 73
/
captured-mouse-events.json
88 lines (88 loc) · 2.33 KB
/
captured-mouse-events.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"spec": {
"title": "Captured Mouse Events",
"url": "https://screen-share.github.io/captured-mouse-events/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/bcp14": {},
"https://dom.spec.whatwg.org/": {},
"https://github.com/screen-share/captured-mouse-events/issues/": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"dfn-throw",
"exceptiondef-rangeerror"
]
},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.w3.org/TR/mediacapture-streams/": {
"anchors": [
"track-ended"
]
},
"https://www.w3.org/TR/screen-capture/": {
"anchors": [
"dfn-browser",
"dfn-window",
"dfn-monitor",
"dfn-cursor",
"dfn-capture-session",
"dfn-source"
]
},
"https://www.w3.org/TR/uievents/": {},
"https://www.w3.org/TR/webrtc/": {
"anchors": [
"rtcdatachannel"
]
},
"https://www.w3.org/community/": {},
"https://www.w3.org/community/about/agreements/cla/": {},
"https://www.w3.org/groups/cg/sccg": {}
},
"autolinks": {
"https://dom.spec.whatwg.org/": {
"anchors": [
"concept-event-fire",
"dom-event-bubbles",
"dom-event-cancelable",
"event",
"dictdef-eventinit"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"eventhandler"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"Exposed",
"idl-DOMString",
"idl-long"
]
},
"https://www.w3.org/TR/mediacapture-streams/": {
"anchors": [
"dom-mediastreamtrack-applyconstraints"
]
},
"https://www.w3.org/TR/screen-capture/": {
"anchors": [
"dfn-display-surface",
"dom-mediadevices-getdisplaymedia",
"dom-capturecontroller",
"dom-cursorcaptureconstraint",
"idl-def-CursorCaptureConstraint.always"
]
},
"https://www.w3.org/TR/uievents/": {
"anchors": [
"mouseevent"
]
}
}
}
}