WKWebsiteDataType.ServiceWorkerRegistrations Property

Definition

Gets an NSString that signifies service worker registrations.

[Foundation.Field("WKWebsiteDataTypeServiceWorkerRegistrations", "WebKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString ServiceWorkerRegistrations { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ServiceWorkerRegistrations : Foundation.NSString

Property Value

The NSString object for "WKWebsiteDataTypeServiceWorkerRegistrations".

Attributes

Applies to