Files
shaka-player/lib/net
Wojciech Tyczyński 57f69807e1 fix(net): Throw HTTP_ERROR if request header is not valid (#8990)
`Headers` class and `XMLHttpRequest.setRequestHeader` throw an error if
added header is not a valid byte string, so we should take an advantage
of it instead of throwing an incompatible error.
2025-08-19 15:01:36 +02:00
..