![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherited by client::Window.
Public Member Functions | |
| Promise * | fetch () |
| Promise * | fetch (Request *input) |
| Promise * | fetch (Request *input, RequestInit *init) |
| Promise * | fetch (const String &input) |
| Promise * | fetch (const String &input, RequestInit *init) |
| Promise* client::GlobalFetch::fetch | ( | ) |
| Promise* client::GlobalFetch::fetch | ( | Request * | input, |
| RequestInit * | init | ||
| ) |
| Promise* client::GlobalFetch::fetch | ( | const String & | input, |
| RequestInit * | init | ||
| ) |
1.8.13