Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a64cc6

Browse files
Update README.md
1 parent 5e58aa8 commit 9a64cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ When the URL is syntactically valid but the resource does not actually exist (e.
296296
**Workarounds and Best Practices**
297297
*Pre-Check the URL With HEAD*
298298

299-
If you want to ensure that a URL is valid before passing it to AVPlayerItem, use for example a simple HEAD request via URLSession to check for a valid 2xx response.
299+
If you want to ensure that a URL is valid before passing it to the component (AVPlayerItem), use for example a simple HEAD request via URLSession to check for a valid 2xx response.
300300

301301
```swift
302302
func checkURLExists(_ url: URL) async throws -> Bool {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /