▲ | berkes 4 days ago | |||||||||||||||||||||||||||||||
Yes, but it seems > No JavaScript is sent to the browser. Is a design goal. I doubt it is possible without JS. Especially inside SVG. | ||||||||||||||||||||||||||||||||
▲ | dlazaro 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Yes, that was a design goal! It is probably technically possible to have the time continue to update with just CSS on the client (based on [1]), but the initial time still has to be set server-side. [1] https://css-tricks.com/of-course-we-can-make-a-css-only-cloc... | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | rpastuszak 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
(Thinking aloud) How I'd approach that: - you could render the page using puppeteer server-side, getClientRect/calc and apply the dimensions to the path, then spit back the markup, OR - you could use HTML + CSS to render the bubbles | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | Cthulhu_ 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
...is it pedantic if I ask if WASM is considered JS and / or whether it can run without any assistance from JS? I mean in the 2000s there were a number of other options (flash, silverlight, java, probably more) but that era is behind us, and that would be extra pedantic. | ||||||||||||||||||||||||||||||||
|