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
{{ message }}
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
requestHandlers should contain only three handlers Pipeline.normalizeURL, Pipeline.mergeHeaders, Pipeline.makeHTTPRequest, but it contains all six Pipeline.normalizeURL, Pipeline.mergeHeaders, Pipeline.handleHeaders, Pipeline.handleCookies, Pipeline.handleRedirect, Pipeline.makeHTTPRequest.
The following code does not perform filtering:
requestHandlers
should contain only three handlersPipeline.normalizeURL, Pipeline.mergeHeaders, Pipeline.makeHTTPRequest
, but it contains all sixPipeline.normalizeURL, Pipeline.mergeHeaders, Pipeline.handleHeaders, Pipeline.handleCookies, Pipeline.handleRedirect, Pipeline.makeHTTPRequest
.I've asked this question on SO:
http://stackoverflow.com/questions/42927253/javascript-after-inheriting-array-the-filter-function-becomes-broken
@eur00t detaily explained why it happens.
The text was updated successfully, but these errors were encountered: