-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Headers
consistently in the different IPDFStream
implementations
#18673
Conversation
4026c7d
to
3c31415
Compare
The `Headers` functionality is now available in all browsers/environments that we support, which allows us to consolidate and simplify how the `httpHeaders` API-option is handled; see https://developer.mozilla.org/en-US/docs/Web/API/Headers#browser_compatibility Also, simplifies the old `NetworkManager`-constructor a little bit.
3c31415
to
d3a94f1
Compare
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/caae0f4eed20554/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/cfa710771849e08/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/cfa710771849e08/output.txt Total script time: 30.49 mins
Image differences available at: http://54.241.84.105:8877/cfa710771849e08/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/caae0f4eed20554/output.txt Total script time: 45.76 mins
Image differences available at: http://54.193.163.58:8877/caae0f4eed20554/reftest-analyzer.html#web=eq.log |
Thank you for improving this! |
The
Headers
functionality is now available in all browsers/environments that we support, which allows us to consolidate and simplify how thehttpHeaders
API-option is handled; see https://developer.mozilla.org/en-US/docs/Web/API/Headers#browser_compatibilityAlso, simplifies the old
NetworkManager
-constructor a little bit.