Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type NavigationPreloadManager
- func (n NavigationPreloadManager) Disable() (promise.Promise, error)
- func (n NavigationPreloadManager) Enable() (promise.Promise, error)
- func (n NavigationPreloadManager) GetState() (promise.Promise, error)
- func (n NavigationPreloadManager) NavigationPreloadManager_() NavigationPreloadManager
- func (n NavigationPreloadManager) SetHeaderValue(value string) (promise.Promise, error)
- type NavigationPreloadManagerFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented NavigationPreloadManager") )
Functions ¶
func GetInterface ¶
GetInterface get the JS interface navigationptpreloadmanager
Types ¶
type NavigationPreloadManager ¶
type NavigationPreloadManager struct {
}func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (NavigationPreloadManager, error)
func (NavigationPreloadManager) Disable ¶
func (n NavigationPreloadManager) Disable() (promise.Promise, error)
func (NavigationPreloadManager) Enable ¶
func (n NavigationPreloadManager) Enable() (promise.Promise, error)
func (NavigationPreloadManager) GetState ¶
func (n NavigationPreloadManager) GetState() (promise.Promise, error)
func (NavigationPreloadManager) NavigationPreloadManager_ ¶
func (n NavigationPreloadManager) NavigationPreloadManager_() NavigationPreloadManager
func (NavigationPreloadManager) SetHeaderValue ¶
func (n NavigationPreloadManager) SetHeaderValue(value string) (promise.Promise, error)
type NavigationPreloadManagerFrom ¶
type NavigationPreloadManagerFrom interface {
} Click to show internal directories.
Click to hide internal directories.