mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 19:02:15 +00:00
Fix
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
45b19bd4fe
commit
925b9c2d7f
@ -188,7 +188,7 @@ export default class FormManager {
|
||||
* @returns {boolean} return if the content was sent or not
|
||||
* @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
|
||||
let datas = this.getJSON()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user