Почему в хроме не работает вызов следующих конструкторов:
ArrayBuffer() //TypeError: Constructor ArrayBuffer requires 'new'
Int32Array() //TypeError: Constructor Int32Array requires 'new'
Image() //TypeError: Failed to construct 'Image': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
Option() //TypeError: Failed to construct 'Option': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
Почему так сделали? Видно же, что это не ошибка, а прям намеренно так сделано.