File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class ImageBitmapLoader extends Loader {
165165
166166 } ) . then ( function ( imageBitmap ) {
167167
168- Cache . add ( `imageBitmap :${ url } ` , imageBitmap ) ;
168+ Cache . add ( `image-bitmap :${ url } ` , imageBitmap ) ;
169169
170170 if ( onLoad ) onLoad ( imageBitmap ) ;
171171
@@ -179,14 +179,14 @@ class ImageBitmapLoader extends Loader {
179179
180180 _errorMap . set ( promise , e ) ;
181181
182- Cache . remove ( `imageBitmap :${ url } ` ) ;
182+ Cache . remove ( `image-bitmap :${ url } ` ) ;
183183
184184 scope . manager . itemError ( url ) ;
185185 scope . manager . itemEnd ( url ) ;
186186
187187 } ) ;
188188
189- Cache . add ( `imageBitmap :${ url } ` , promise ) ;
189+ Cache . add ( `image-bitmap :${ url } ` , promise ) ;
190190 scope . manager . itemStart ( url ) ;
191191
192192 }
You can’t perform that action at this time.
0 commit comments