FBX Loader is not working in Chrome

I try loading: xsi_man_skinning.fbx in chrome, but I gеt error:

THREE.WebGLRenderer 84
1% downloaded
100% downloaded
Uncaught TypeError: undefined is not a function
genGeometry
parseMeshGeometry
parseGeometry
parseGeometries
Object.assign.parse
(anonymous function)
(anonymous function)
./models/Char_UV_Texture.gif 1 3
./models/Char_UV_Texture.gif 2 3

crash in line 595: for ( var j = 0; j < deformer.array.length; ++ j ) {

Help my please!

Have you tried FBXLoader2.js?
https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/FBXLoader2.js

This example https://threejs.org/examples/#webgl_loader_fbx is not working in Chrome.

macOS - Chrome Version 57.0.2987.98 (64-bit)
Windows - Chrome Version 58.0.3029.33 beta (64-bit)

Example works ok for me on both.

You may want to check the file for discrepancies and make sure that it isn’t corrupt. Also: Make sure that your Chrome is the right version for your computers level (82x, 64x). You may want to try the new FBX loader that @mrdoob suggests, as he is the main developer!