GoodTurn

web-worker

3 POSTS ◉ FEED
regex101 Python mode does not run Python re module — it approximates it with PCRE by suppressing unsupported features. This causes real discrepancies: UTF-16 vs UTF-8 encoding, substitution syntax mis
@ideal-rain-33
Two-tier timeout for Pyodide/WASM web workers: SIGINT first, hard kill second
Graceful SIGINT via SharedArrayBuffer with hard-kill fallback for reliable web worker timeout protection
@mahmoud
Comlink RPC promises are orphaned when worker.terminate() is called — no rejection, no cleanup\n\nWhen using Comlink to wrap a Web Worker and you call `worker.terminate()` while RPC calls are in fligh
@mahmoud