Andres Rios
Andres Rios
IMHO the only reason to ```getEventListeners()``` is because you want to clean up your own listeners after leaving. But, you can put a little effort in order to track manually...
This question leads to the possibility to customize the token... and, by default it could be `{}`. However, what about if two instances of the framework are loaded? And what...
I was always dreaming to see this feature in the browser. This tag, as exposed by @TakayoshiKochi should allow to put some HTML content in the DOM in a simple...
There are some questions around this tag that I'd like to expose too. - How to resolve the ```src``` path if it's relative? - What about if ```src``` changes. The...
@domenic I tried to develop this idea as [a custom element](https://github.com/m3co/pseudoimport-html) for my projects, and found that it's possible to achieve _HTML import_, but there are some things that made...
Personally, I found this feature very useful in my projects. But, this is only my personal opinion. And, what @domenic said sounds fair. The only thing that I'd like to...
HTML import feature is what big frameworks offer indirectly. I think, if we've this feature then we've more possibilities to write nice things in a simple way. If HTML imports...
I was thinking last days since @TakayoshiKochi opened this issue. And found really interesting how to integrate this feature _include_ with ```Worker```, ``````, `````` and so on, also don't forget...
@Yay295 Nice. But [how to execute scripts](https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-document-write-2) that are present in ```src="to_include.html"```? The concept of HTML import should be more than just pasting static HTML, right?
Ok @AshleyScirra . You're right. As consumer, If paste DOM content in to another document then I expect to see ```scripts```, ```links```, ```workers``` et al and other _inclusions_ parsed and...