Versions in this module Expand all Collapse all v1 v1.5.1 Sep 14, 2024 v1.5.0 Sep 11, 2024 Changes in this version + var ErrNotAPushManager = errors.New("Object is not a PushManager object") + var ErrNotImplemented = errors.New("Browser not implemented PushManager") + func GetInterface() js.Value + type PushManager struct + func NewFromJSObject(obj js.Value) (PushManager, error) + func (p PushManager) GetSubscription() (promise.Promise, error) + func (p PushManager) PermissionState() (promise.Promise, error) + func (p PushManager) PushManager_() PushManager + func (p PushManager) Subscribe() (promise.Promise, error) + func (p PushManager) SupportedContentEncodings() (array.Array, error) + type PushManagerFrom interface + PushManagerManager_ func() PushManager