Name Description Size Coverage
batching.js Process multiple actions at once as part of one dispatch, and produce only one state update at the end. This action is not processed by any reducer, but by a special store enhancer. 954 81 %
filters.js Toggle an existing filter type state. If type 'all' is specified, all the other filter types are set to false. Available filter types are defined in filters reducer. @param {string} filter - A filter type is going to be updated 1439 100 %
http-custom-request.js Open the entire HTTP Custom Request panel @returns {Function} 3509 96 %
index.js 1414 100 %
messages.js Add message into state. 3919 94 %
moz.build 457 -
request-blocking.js 3529 86 %
requests.js Clone request by id. Used when cloning a request through the "Edit and Resend" option present in the context menu. 4251 88 %
search.js Search through all resources. This is the main action exported from this module and consumed by Network panel UI. 8219 88 %
selection.js Select request with a given id. 2060 94 %
sort.js 424 100 %
timing-markers.js 532 100 %
ui.js Change network details panel. @param {boolean} open - expected network details panel open state 5779 92 %