Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented Fetch") //ErrNotAnEventTarget ErrNotAnEventTarget error ErrNotAFetch = errors.New("Object is not a FetchObject") ErrSignalNotManaged = errors.New("Signal is not managed by this instance") )
Functions ¶
func GetInterface ¶
GetJSInterface Get the JS Fetch Interface If nil browser doesn't implement it
Types ¶
type FetchCancelable ¶
type FetchCancelable struct { Fetch // contains filtered or unexported fields }
FetchCancelable struct
func NewCancelable ¶
func NewCancelable(urlfetch string, opts ...interface{}) (FetchCancelable, error)
func (FetchCancelable) Abort ¶
func (f FetchCancelable) Abort() error
Click to show internal directories.
Click to hide internal directories.