We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324cb7e commit 87b0437Copy full SHA for 87b0437
custom/js.json
@@ -21,6 +21,11 @@
21
]
22
}
23
},
24
+ "DataView": {
25
+ "members": {
26
+ "instance": ["getFloat16", "setFloat16"]
27
+ }
28
+ },
29
"Error": {
30
"members": {
31
"instance": [
@@ -34,12 +39,20 @@
34
39
35
40
36
41
42
+ "Float16Error": {
43
+ "ctor": {}
44
37
45
"Function": {
38
46
"members": {"instance": ["arguments", "caller", "length"]}
47
48
"InternalError": {
49
"ctor": {}
50
51
+ "Math": {
52
53
+ "static": ["f16round"]
54
55
56
"Promise": {
57
"__comment": "Remove when https://tc39.es/proposal-promise-with-resolvers/#sec-promise.withResolvers is merged into the main ECMAScript spec.",
58
0 commit comments