OpenFunction
OpenFunction: ((method: string, url: string, async?: boolean, user?: string | null, pass?: string | null) => void)
Type declaration
- (method: string, url: string, async?: boolean, user?: string | null, pass?: string | null): void
Parameters
method: string
url: string
Optional async: boolean
Optional user: string | null
Optional pass: string | null
Returns void
method "open" from XMLHttpRequest