<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebDataSource/unreachableURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WebDataSource(py)unreachableURL"
  },
  "title" : "unreachableURL"
}
-->

# unreachableURL

The data source’s unreachable URL.

```
var unreachableURL: URL! { get }
```

## Discussion

The data source has an unreachable URL if it was created using the ``WebFrame/loadAlternateHTMLString(_:baseURL:forUnreachableURL:)```WebFrame` method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)