cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.02k stars 469 forks source link

Cefpython does not support ES module import #662

Open ninkhangu opened 10 months ago

ninkhangu commented 10 months ago

image

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.