MCPcopy
hub / github.com/4ian/GDevelop / onProgress

Method onProgress

Extensions/Firebase/A_firebasejs/firebase.d.ts:8659–8659  ·  view source on GitHub ↗

* Registers functions to listen to bundle loading progress events. * @param next * Called when there is a progress update from bundle loading. Typically `next` calls occur * each time a Firestore document is loaded from the bundle. * @param error * Called when an error

(
      next?: (progress: LoadBundleTaskProgress) => any,
      error?: (error: Error) => any,
      complete?: () => void
    )

Source from the content-addressed store, hash-verified

8657 * Called when the loading task is complete.
8658 */
8659 onProgress(
8660 next?: (progress: LoadBundleTaskProgress) => any,
8661 error?: (error: Error) => any,
8662 complete?: () => void

Callers 3

constructorMethod · 0.65
startMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected