AvaloniaServiceWorkerScope Property
If RegisterAvaloniaServiceWorker is enabled, it is possible to redefine scope for the worker. By default, current domain root is used as a scope.
Definition
Namespace: Avalonia.Browser
Assembly: Avalonia.Browser (in Avalonia.Browser.dll)
- C#
- VB
- F#
public string? AvaloniaServiceWorkerScope { get; set; }
Public Property AvaloniaServiceWorkerScope As String
Get
Set
member AvaloniaServiceWorkerScope : string with get, set