[SOLVED] Will it block rendering when I call system level api?

Just like I click a file input button, system will open a file input dialog, let me select files.
In this phase, will it block rendering ?

I believe so. As I think JS thread will be blocked by browser in such case.

Easy to test :wink:

1 Like