Closed
Description
From @kenchris on September 14, 2017 13:42
[js] Property 'orientation' does not exist on type 'Screen'. Did you mean 'msOrientation'?
Though screen.orientation is what Chrome uses
mat4.rotateZ(this.rotationMatrix, this.rotationMatrix, toRad(window.screen.orientation.angle || 0));
Copied from original issue: microsoft/vscode#34381