Support in NW.js and Chromium ~61?
Hello, love how quick Vite is and eager to start playing with it, specifically for the creation of HTML panels inside of Adobe applications. Unfortunately I have a constrained environment in doing so, and am looking for support for CEP 9.0 below:
Component | CEP 6.1 and CEP 7.0 | CEP 8.0 | CEP 9.0 |
---|---|---|---|
CEF 3 | CEF 3 release branch 2272 Commit e8e1f98ee026a62778eb2269c8e883426db645ea |
CEF 3 release branch 2987 | CEF 3 release branch 3163 |
Chromium | 41.0.2272.104 | 57.0.2987.74 | 61.0.3163.91 |
Node.js | IO.js 1.2.0 | Node.js 7.7.4 | Node.js 8.6.0 |
CEF/Node integration | Node-WebKit 0.12.1 (nw.js) | Node-Webkit 0.21.5 | Node-Webkit 0.25 |
v8 | - | - | 6.3.292.49 |
I've been trying to get this running and so far unsuccessful but can't use a CEF debugger because the localhost won't connect to even access the console and see an error, is there anything that would help me out or that I should know about whether this is a lost cause? I can provide a barebones repo and all things necessary to test within >= 2019 Illustrator, After Effects, Photoshop, InDesign, Audition, Animate, Premiere Pro or any other CEP compatible Adobe application.
Thanks!
Might include that originally I expected this could be from lack of <script type="module">
support, but on MDN it looks like this has support in Chromium v61 so I'm unsure of what to look for here.
I wish I could help but honestly I also have no idea where to look. Maybe you can development in normal chrome and only copy over production builds to the end environment?