Skip to content

Commit df9c08f

Browse files
committed
Update signatures
1 parent 40d8b48 commit df9c08f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/three/plugins/images/utils/DataCache.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export class DataCache {
1818
}
1919

2020
// overridable
21-
fetchItem() {}
22-
// called with null if the fetch failed — implementations must handle it
23-
disposeItem() {}
21+
fetchItem( keys, signal ) {}
22+
// called with null if the fetch failed
23+
disposeItem( item, keys ) {}
2424
getMemoryUsage( item ) {
2525

2626
return 0;

0 commit comments

Comments
 (0)