babylonjs-loaders 6.30.0 → 6.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3141,10 +3141,7 @@ declare module BABYLON {
3141
3141
  * @internal
3142
3142
  */
3143
3143
  loadFile(scene: Scene, fileOrUrl: File | string | ArrayBufferView, rootUrl: string, onSuccess: (data: any, responseURL?: string) => void, onProgress?: (ev: ISceneLoaderProgressEvent) => void, useArrayBuffer?: boolean, onError?: (request?: WebRequest, exception?: LoadFileError) => void, name?: string): Nullable<IFileRequest>;
3144
- /**
3145
- * @internal
3146
- */
3147
- _loadBinary(scene: Scene, data: ArrayBufferView, rootUrl: string, onSuccess: (data: any, responseURL?: string) => void, onError?: (request?: WebRequest, exception?: LoadFileError) => void, fileName?: string): void;
3144
+ private _loadBinary;
3148
3145
  /**
3149
3146
  * @internal
3150
3147
  */