---
title: urlSchemeHandlers
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/urlschemehandlers
---

# urlSchemeHandlers

Allows registering an object to load resources associated with a specified URL scheme.

## Declaration

```swift
@MainActor var urlSchemeHandlers: [URLScheme : any URLSchemeHandler]
```
