— Better implement the API
— I don’t know what you mean by that.
— I’m afraid I don’t follow you.
— Https://youtu.be/Oic1qf3MRS4
— Https://github.com/KenjiBaheux/portals/blob/master/explainer.md
— I found a solution for my problem. The DOMParser interface allows one to parse HTML into a document. That’s precisely what I need.
Message permanent page
— In the case of an HTML document, you can also replace portions of the DOM with new DOM trees built from HTML by setting the value of the Element.innerHTML and outerHTML properties.
Message permanent page
— RenderPoint.innerHTML = stringWithHtmlNoNeedToParse;