Andrea Giammarchi
Andrea Giammarchi
> it's not really an API that universal scripts ought to be using anyway we use it a lot in PyScript, as scripts there (the only valid data node we...
on a side note, we also run WASM in workers where `document` makes no sense (we provide it) and `currentScript` makes even less sense ... so maybe there's something to...
> If there is someone willing to take this on I suppose we could label this issue agenda+ to gauge implementer interest. it's a security concern and a source of...
we cannot analyze this from static content and like I've said already in here https://github.com/whatwg/html/issues/10687#issuecomment-2399959583 we use this a lot when our own script lazy-loads foreign WASM based interpreters where...
@zcorpan correct, we don't want that to happen neither, so apologies but this (very old topic) just landed again and I wanted to be sure it wouldn't break our own...
I am not 100% this is correct ... *but* ... it's also pretty slow and I start wondering if the slowness doesn't come directly from string internal code-points: ```js "use...
Did some extra test to verify if the buffer creation is the reason for such slowdown and indeed this proves it: **new buffer each time** ```js "use strict" let input...
After 2 weeks of prototyping, benchmarks, researches, I've noticed that every single library that would like to transform *JS* strings into *UTF8* buffers does any sort of workaround to avoid...
we keep having the request to implement `once` (others are less common ... still we need extra options abilities). @hoodmane the reason we are not using: ```python elt.addEventListener('click', hello_func, once=True)...
@grybouilli this is how I bootstrap cog via fdo on RPi via tty (no desktop, just default tty after boot) https://github.com/WebReflection/archibold.io/blob/881618d7696a29e0acd9fa0b822ac04f3318dbaf/kiosk/spotipi-cog I'd like to chime in as interested on having...