2.1.130 [ECMA-262/6] Section 24.1.3.3 get ArrayBuffer [ @@species ]

V0097: ArrayBuffer[@@species] is not implemented

The specification states:

 24.1.3.3 get ArrayBuffer [ @@species ]
  
     ArrayBuffer[@@species] is an accessor property whose set accessor function is 
     undefined. Its get accessor function performs the following steps:
  
         1.  Return the this value.
  
     The value of the name property of this function is "get [Symbol.species]".

IE11 Mode (All versions)

ArrayBuffer[@@species] is not implemented.