Files
browser/src
Karl Seguin 492fd86bad Expand the lifetime of the XHR reference
We need to take the self-reference to the XHR object as soon as the request is
made. Previously, we were waiting until we got the start callback, but v8 could
(and does) drop the reference before that happens. Unfortunately, that means
we can no longer use _transfer == null to tell if we own a reference or not, so
a new boolean was added.
2026-03-31 16:46:31 +08:00
..
2026-03-27 12:45:26 +08:00
2026-03-27 12:47:24 +08:00
2026-03-30 07:24:08 +02:00
2026-03-27 12:45:26 +08:00
2026-03-27 12:45:26 +08:00