Lines Matching refs:range
849 function parseRangeHeader(range) {
850 if (range == null || range === "")
852 const m = range ? range.match(/^bytes (\d+)-(\d+)\/(\d+)?$/) : null;
5901 throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.');
10659 if (response.type === "opaque" && internalResponse.status === 206 && internalResponse.rangeRequested && !request.headers.contains("range")) {
10949 if (httpRequest.cache === "default" && (httpRequest.headersList.contains("if-modified-since") || httpRequest.headersList.contains("if-none-match") || httpRequest.headersList.contains("if-unmodified-since") || httpRequest.headersList.contains("if-match") || httpRequest.headersList.contains("if-range"))) {
10963 if (httpRequest.headersList.contains("range")) {
10999 if (httpRequest.headersList.contains("range")) {