We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283d108 commit 5abb9deCopy full SHA for 5abb9de
1 file changed
sites/docs/src/content/platform-integration/web/initialization.md
@@ -250,8 +250,8 @@ loading.textContent = "Loading Entrypoint...";
250
_flutter.loader.load({
251
onEntrypointLoaded: async function(engineInitializer) {
252
loading.textContent = "Initializing engine...";
253
- // Pass your `config` here. Any config given to `load()` is not
254
- // forwarded when you supply your own `onEntrypointLoaded` callback.
+ // If you have a `config`, pass it here. The config given to `load()`
+ // is not forwarded when you supply your own `onEntrypointLoaded`.
255
const appRunner = await engineInitializer.initializeEngine();
256
257
loading.textContent = "Running app...";
0 commit comments