---
title: "handlesURLScheme(_:)"
framework: webkit
role: symbol
role_heading: Type Method
path: "webkit/wkwebview/handlesurlscheme(_:)"
---

# handlesURLScheme(_:)

Returns a Boolean value that indicates whether WebKit natively supports resources with the specified URL scheme.

## Declaration

```swift
class func handlesURLScheme(_ urlScheme: String) -> Bool
```

## Parameters

- `urlScheme`: The URL scheme associated with the resource.

## Return Value

Return Value true if WebKit provides native support for the URL scheme, or false if it doesn’t.
