method? | Method[] | The method of the request to return results for |
operator? | OperatorType | When applying arguments like URL or method, this operator will either "and" them together, or "or" them together. Default is "or" Default or |
timeout? | number | How long to wait for the request(s) to be made before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000. "wait" parameter must also be "true". |
type? | ResourceType[] | The type content-type of the request to match against |
url? | string[] | The pattern of the request URL to wait for, using glob-style pattern-matching |
wait? | boolean | Whether or not to wait for the request to be made. When set to true, generally only one request is returned since this API will wait for the first request that matches any patterns to be returned Default true |