-
Notifications
You must be signed in to change notification settings - Fork 2.1k
HTML Imports is deprecated and will be removed in M73 #422
Comments
@BenjaminHoegh do you have an example how to use ES modules instead of soon deprecated HTML imports with |
Does anyone have a solution to this huge issue? Every single Electron example that utilizes more than a single page is entirely dependent on this functionality. Are we stuck having to learn how to incorporate external UI frameworks into Electron instead? If that's the case, it would be nice if there were at least some examples for it from the Electron devs themselves. |
The above is somewhat inaccurate per the link
We're on M76 in |
@codebytere em... actually for me the text by the link you provided says "HTML Imports are deprecated at M70, and will be removed in M75, around Jun 2019. For more info: https://groups.google.com/a/chromium.org/d/msg/blink-dev/h-JwMiPUnuU/sl79aLoLBQAJ"... 🤔 From their group summary:
But it also seems they're delaying the removal so there's a mismatch. But it will break soon anyway. |
I just dropped this code into the bottom of my body. I still get the warning, but it does the job..
|
How about using w3-include-html attribute ? from |
Any update on this issue? Is there a plan? |
October 2020, still no reply no plan just a pesky warning from electron-7.2.4 and refusal to import anything when you upgrade to electron-10.1.3 |
V>10 doesnot import anything at all. |
Currently using electron ^12.0.2, the solution from @baash05 still works very well over here. |
The text was updated successfully, but these errors were encountered: