try {
const file = inputFile.files[0];
const blobUrl = URL.createObjectURL(file);
const importedMesh = await BABYLON.SceneLoader.ImportMeshAsync('', fileUrl, '', this.scene, null, '.glb');
} catch (e) {
console.log('E: ', e.message); // Unexpected token g in JSON at position 0
}