You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use UrlLib StatusText for reason phrase; add XMLHttpRequest.statusText
Follow-up to #188. UrlLib now exposes UrlRequest::StatusText() (the wire
reason phrase where available, else a canonical code->text table), so:
- Fetch: drop the private status-code->text table and read
request.StatusText() into Response.statusText.
- XMLHttpRequest: expose statusText (previously absent) for free.
Adds fetch + XMLHttpRequest statusText tests (OK / Not Found).
Bumps the UrlLib pin to BabylonJS/UrlLib 74985214, which adds
UrlRequest::StatusText() (BabylonJS/UrlLib#30).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments