32 results for HTML
develwoutacause’s Twitter Archive—№ 1,683
#TerribleIdeas: A #TypeScript definition for new DOMParser().parseFromString() which parses the #HTML input, and returns a typed Document where all the nodes are strongly typed. new DOMParser().parseFromString('
develwoutacause’s Twitter Archive—№ 1,541
In a previous blog post about using #HTML fragments as a native "HTML-over-the-wire" solution, I proposed an tag as a possible #JavaScript-less approach to #SSR'd #WebComponents. I just
develwoutacause’s Twitter Archive—№ 1,516
RT @brianleroux: HTML imports walked so HTML modules could run...maybe? Dare to dream https://github.com/WICG/webcomponents/blob/gh-pages/proposals/html-modules-proposal.md. github.com/WICG/webcomponents/blob/gh-pages/proposals/html-modules-proposal.md
develwoutacause’s Twitter Archive—№ 1,604
I had no idea you could stream HTML via userspace JS! I need to update my HTML fragments demo to stream the content directly into the document... https://blog.dwac.dev/posts/html-fragments/ blog.dwac.dev/posts/html-fragments/ https://twitter.com/jaffathecake/status/1564632587980644359.
develwoutacause’s Twitter Archive—№ 1,727
New blog post! "Streamable HTML Fragments" discusses how we can update the HTML fragments architecture to support streaming live data directly into the DOM. Interested in weird bugs and understanding