8000 typo · code-tree/sw-partial-content@c59389b · GitHub
[go: up one dir, main page]

Skip to content

Commit c59389b

Browse files
committed
typo
1 parent 0fdbb8d commit c59389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<h1>Service worker and ranged responses</h1>
11-
<p><strong>The problem:</strong> Service worker spec does not currently include any way to handle 206 partial content requests ('range' header). When the browser requests a ranged response, Chrome 52 stops playing e.g. audio or video, and may throw errors too.
11+
<p><strong>The problem:</strong> Service worker spec does not currently include any way to handle partial content requests ('range' header). When the browser requests a ranged response, Chrome 52 stops playing e.g. audio or video, and may throw errors too.
1212
<p><strong>Work-around:</strong> Manually implement a ranged response during fetch event (based on <a href='https://samdutton.github.io/samples/service-worker/prefetch-video/'>this sample page</a>).
1313
<h2>Test audio</h2>
1414
<p>After the SW has installed and is controlling the page, try randomly moving the play location (while playing the audio), which should trigger a range request in Chrome.

0 commit comments

Comments
 (0)
0