Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type AbortController ¶
type AbortController struct{}
AbortController interface represents a controller object that allows you to abort one or more Web requests as and when desired. https://developer.mozilla.org/en-US/docs/Web/API/AbortController.
func (*AbortController) Instantiate ¶
type AbortSignal ¶
type AbortSignal struct{}
AbortSignal represents a signal object that allows you to communicate with http request and abort it. https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
func (*AbortSignal) Instantiate ¶
Click to show internal directories.
Click to hide internal directories.