Stuart Schechter
Stuart Schechter
When you call async.applyEachSeries with a sequence of arguments that ends in a function, it assumes that the final argument is a callback that should be triggered when the series...
In a fork of the CMakeLists.txt file used to build the library, I removed all the .h files with no ill effect. I believe the compiler only needs to know...
DNT crashing and see no way to debug. Spent lots of time tweaking my code in hopes it would help, but the build process is quite opaque and I have...
Some headers appear twice, once in lowercase and once in mixed-case, because some data structures provide them in lowercase, others in mixed-case, and the header-merging algorithm will include both the...
https://github.com/sitespeedio/chrome-har/blob/5b076f8c8e578e929670761dcc31345e4e87103c/lib/cookies.js#L13 `formatCookie` can be called with cookie objects created by the `tough-cookie`'s `Cookie.parse` method or by directly passing cookies in DevTools Protocol format. When cookies are in DevTools format, the...
Fetching headers from the object is [deprecated](https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Response), and when `requestWillBeSentExtraInfo` when it is provided, headers should be fetched from there. Currently, `chrome-har` gets headers from the `response` object and generates...
Running the test suite of JSON files and adding checks to expect bodySize to be >= -1 will reveal many instances in which `bodySize` is < -1. While -1 is...
@agl of the chrome team [directs developers who want to communicate with U2F (FIDO/WebAuthN device) to use WebHID.(https://bugs.chromium.org/p/chromium/issues/detail?id=1179077) > subject: Issue 1179077: Disallow tunneling of unrelated protocols over U2F interfaces...