|
@@ -204,7 +204,7 @@ DRACOLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
|
|
.then( ( message ) => this._createGeometry( message.geometry ) );
|
|
.then( ( message ) => this._createGeometry( message.geometry ) );
|
|
|
|
|
|
// Remove task from the task list.
|
|
// Remove task from the task list.
|
|
- // Note: replaced 'finally()' with .catch().then() block - iOS 11 support (#19416)
|
|
|
|
|
|
+ // Note: replaced '.finally()' with '.catch().then()' block - iOS 11 support (#19416)
|
|
geometryPending
|
|
geometryPending
|
|
.catch( () => true )
|
|
.catch( () => true )
|
|
.then( () => {
|
|
.then( () => {
|