Why ProgressEvent.lengthcomputable is false of onProgress callback of a model loader in chrome?

While a model is loading the ProgressEvent.lengthcomptable is false and total length is not computable which prevents the statement inside the if condition from getting executed.
Below is the screenshot of debugger section of chrome browser.

Capture

This happens only in Chrome Web Browser.
Any help will be greatly appreciated!!

How are you hosting your app? This could be the reason:

on godaddy using core PHP on server side

Then you should ensure that your server actually sets the Content-Length header in the response (like mentioned at stackoverflow).