JetBrains: There are many errors on the JS console when running in the IDE
Created by: vdavid
To reproduce, just open the popup and do a search. Open localhost:9222 to see the problems.
Some more info:
-
Some of the errors come with an error code 0. We send no responses with the error code 0, so something is off here.
-
The Java side doesn't seem to be able to recognize the action
indicateFinishedLoading
, despite thecase
block that matches it.