allowsCellularAccess property
getter/setter pair
A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLRequest.allowsCellularAccess)
- macOS WKWebView (Official API - URLRequest.allowsCellularAccess)
Implementation
bool? allowsCellularAccess;