---
title: ignore()
framework: webkit
role: symbol
role_heading: Instance Method
path: webkit/webpolicydecisionlistener/ignore()
---

# ignore()

Tells the listener to ignore the resource.

## Declaration

```swift
func ignore()
```

## Discussion

Discussion You might invoke this method to handle the resource request yourself. For example, you might want to open a new window, open a window behind the current window, open a URL in an external application, or show a file URL location in the Finder.

## See Also

### Making Resource-Usage Decisions

- [download()](webkit/webpolicydecisionlistener/download().md)
- [use()](webkit/webpolicydecisionlistener/use().md)
