Interface: IScreenOptions
Hierarchy​
- IScreenOptions- ↳ - IOptions
Properties​
window​
• Optional window: Window
Window object.
Defined in​
fetch​
• Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
Type declaration​
â–¸ (input, init?): Promise<Response>
WHATWG-compatible fetch function.
Parameters​
| Name | Type | 
|---|---|
| input | RequestInfo|URL | 
| init? | RequestInit | 
Returns​
Promise<Response>