mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Garbage collection means that the worklets might drop after the script head has been cleaned up. The worklet now caches the thread pool in the DOM object itself which should prevent it from needing to access script thread TLS when being cleaned up. The value is stored as a OnceCell to maintain the same lazy thread pool creation pattern as before. Fixes #25838. Fixes #25258.
4 lines
106 B
INI
4 lines
106 B
INI
[parse-input-arguments-002.https.html]
|
|
type: reftest
|
|
bug: https://github.com/servo/servo/issues/17852
|