1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00

Update Runtime-API.md

This commit is contained in:
Lorenzo 2022-09-01 11:36:34 +02:00 committed by GitHub
parent 85c2f7addc
commit 026d819c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ Alternatively resolvedMethod can also be used _directly as a function_, for exam
resolvedMethod(arg1, arg2, arg3);
```
Please note that this convenient form can unfortunately only be used on the main thread, not on Workers. For more information see [[WebWorker API]]
Please note that this convenient form can unfortunately only be used on the main thread, not on Workers. For more information see [WebWorker API](https://docs.leaningtech.com/cheerpj/WebWorker-API)
# Data conversion