File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ https://github.com/vizzuhq/vizzu-lib/blob/main/docs/content/tutorial/0-intro.md#
88
99## Why on(), off(), feature() methods fail after constructor call?
1010
11- Vizzu constructor have to load Vizzu's WebAssembly module, which is done in an assyncron manner to prevent blocking the whole page.
12- Because of this, any method except animate() will throw an exception while the library is not initialized.
11+ Vizzu constructor has to load Vizzu's WebAssembly module, which is done in an asyncronous manner to prevent blocking the whole page.
12+ Because of this, any method except ` animate() ` will throw an exception while the library is not initialized.
1313
1414There is an ` initializing ` promise in the Vizzu class which will resolve when initialization is finished. All methods can be called after
1515this promise is resolved.
You can’t perform that action at this time.
0 commit comments