juj
juj
### What is the issue with the HTML Standard? It has been reported that an attacker that has DOM clobbering powers (weak), can potentially escalate it to XSS attack (stronger)....
Input JS: ```js var buffer = new ArrayBuffer(1024); var HEAPU8 = new Uint8Array(buffer); var UTF8Decoder = new TextDecoder(); var UTF8ToString = (ptr, maxBytesToRead) => { if (!ptr) return ''; var...
Add support for locateFile() to Audio Worklets and add a test. Fixes #20318.
Trying to understand what the Canvas WebGL/2D context creation `desynchronized` attribute is, and what are the pros and cons of using that attribute. It is clear that the benefit is...
When downloading some videos with ```yaml __preset__: overrides: only_recent_date_range: "7days" tv_show_directory: "/mnt/jellyfin/shows" Jellyfin TV Show by Date | Only Recent Archive: = Documentaries: "Veritasium": "https://www.youtube.com/@veritasium" "Stand-up Maths": "https://www.youtube.com/@standupmaths" "Numberphile": "https://www.youtube.com/@numberphile"...
Hi, thanks for a great project. I wanted to import some videos into Jellyfin, with subtitles. It took me several hours to get to a working state, so I thought...
**Describe the issue** A long standing issue with Git LFS is when using multiple remotes. When performing a git pull of a branch on a git-lfs enabled repository, the git...
Fix tests `sanity.test_required_config_settings`, which would not pass if `wasm-opt` is in PATH, and test `sanity.test_firstrun` which would not pass if `clang` is in PATH.
Add emscripten_queue_microtask() API to enable use case described in this thread: https://github.com/emscripten-core/emscripten/pull/25670#discussion_r2469827161.
I find that when running the test suite on my Windows 10 PC, that the refactor to logging colors caused a regression to the test harness: The tests are interpreting...