API documentation  2.0rc1
Public Member Functions | List of all members
client::GlobalFetch Class Reference

#include <clientlib.h>

Inherited by client::Window.

Public Member Functions

Promisefetch ()
 
Promisefetch (Request *input)
 
Promisefetch (Request *input, RequestInit *init)
 
Promisefetch (const String &input)
 
Promisefetch (const String &input, RequestInit *init)
 

Member Function Documentation

◆ fetch() [1/5]

Promise* client::GlobalFetch::fetch ( )

◆ fetch() [2/5]

Promise* client::GlobalFetch::fetch ( Request input)

◆ fetch() [3/5]

Promise* client::GlobalFetch::fetch ( Request input,
RequestInit init 
)

◆ fetch() [4/5]

Promise* client::GlobalFetch::fetch ( const String input)

◆ fetch() [5/5]

Promise* client::GlobalFetch::fetch ( const String input,
RequestInit init 
)