indexOf |
45 |
12 |
37
Starting with Firefox 47, this method will no longer return -0 . For example, new Uint8Array([0]).indexOf(0, -0) will now always return +0 .
|
No |
32 |
9.1 |
No |
45 |
37
Starting with Firefox 47, this method will no longer return -0 . For example, new Uint8Array([0]).indexOf(0, -0) will now always return +0 .
|
32 |
9.3 |
5.0 |
1.0 |
4.0.0 |
index_properties_not_consulting_prototype |
7
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
12
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
25 |
10
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
11.6
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
5.1
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
≤37
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
18
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
25 |
12
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
5
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
1.0
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
1.0
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
0.10.0
Negative integers are not considered as indexed properties and therefore return the value of the prototype property.
|
lastIndexOf |
45 |
12 |
37
Starting with Firefox 47, this method will no longer return -0 . For example, new Uint8Array([0]).lastIndexOf(0, -0) will now always return +0 .
|
No |
32 |
10 |
45 |
45 |
37
Starting with Firefox 47, this method will no longer return -0 . For example, new Uint8Array([0]).lastIndexOf(0, -0) will now always return +0 .
|
32 |
10 |
5.0 |
1.0 |
4.0.0 |