You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cefpython cannot display content if the corresponding Javascript file uses ES module import. Instead one must import those modules as script in the html file via script tag. Sometimes this demands to adapt the module file such that it can be read as script in the html.
The text was updated successfully, but these errors were encountered:
Cefpython cannot display content if the corresponding Javascript file uses ES module import. Instead one must import those modules as script in the html file via script tag. Sometimes this demands to adapt the module file such that it can be read as script in the html.
The text was updated successfully, but these errors were encountered: