Skip to content

Commit d0c6a15

Browse files
fire an event on asset to indicate that downloading has ended and parsing is about to start
1 parent 09c28bd commit d0c6a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/framework/parsers/glb-container-parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class GlbContainerParser {
2020
if (err) {
2121
callback(err);
2222
} else {
23+
asset.fire('parse', asset);
2324
GlbParser.parse(
2425
this._getUrlWithoutParams(url.original),
2526
path.extractPath(url.load),

0 commit comments

Comments
 (0)