---
title: "unload(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/wkwebextensioncontroller/unload(_:)"
---

# unload(_:)

Unloads the specified extension context.

## Declaration

```swift
func unload(_ extensionContext: WKWebExtensionContext) throws
```

## Discussion

Discussion Causes the context to stop running.

## See Also

### Related Documentation

- [unload(_:)](webkit/wkwebextensioncontroller/unload(_:).md)
