mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-07-23 21:39:51 +00:00
@ -188,7 +188,7 @@ export default class FormManager {
|
|||||||
* @returns {boolean} return if the content was sent or not
|
* @returns {boolean} return if the content was sent or not
|
||||||
* @memberof FormManager
|
* @memberof FormManager
|
||||||
*/
|
*/
|
||||||
public send(url: string, callback?: (this: XMLHttpRequest, ev: ProgressEvent) => void, options: {verify?:boolean, method?: string} = {verify: true, method: "POST"}): boolean {
|
public send(url: string, callback?: (this: XMLHttpRequest, ev: ProgressEvent<XMLHttpRequestEventTarget>) => void, options: {verify?:boolean, method?: string} = {verify: true, method: "POST"}): boolean {
|
||||||
// Fetch datas
|
// Fetch datas
|
||||||
let datas = this.getJSON()
|
let datas = this.getJSON()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user