Javascript - Reading binary data when using chrome.devtools.network.onRequestFinished
问题 So I am building a Chrome DevTools extension that inspects binary traffic on particular website. Requests on site are made with responseType = "blob" . Now when I get request with chrome.devtools.network.onRequestFinished and then access its content with request.getContent() , I get string as response and not blob . This string looks like some kind of binary string but not sure how it is encoded. I tried transforming it to base64 string with a lot of different transforms (Utf-8 to latin, Utf