| 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 | 
        
        
          | 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 | 
        
        
          | http-custom-request.js | 
          Open the entire HTTP Custom Request panel
 @returns {Function}
  | 
          3506 | 
        
        
          | index.js | 
           | 
          1414 | 
        
        
          | messages.js | 
          Add message into state.
  | 
          3919 | 
        
        
          | moz.build | 
           | 
          457 | 
        
        
          | request-blocking.js | 
           | 
          3529 | 
        
        
          | requests.js | 
          Clone request by id. Used when cloning a request
 through the "Edit and Resend" option present in the context menu.
  | 
          4251 | 
        
        
          | search.js | 
          Search through all resources. This is the main action exported
 from this module and consumed by Network panel UI.
  | 
          8210 | 
        
        
          | selection.js | 
          Select request with a given id.
  | 
          2060 | 
        
        
          | sort.js | 
           | 
          424 | 
        
        
          | timing-markers.js | 
           | 
          532 | 
        
        
          | ui.js | 
          Change network details panel.
 @param {boolean} open - expected network details panel open state
  | 
          5779 |