mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
This commit is contained in:
@@ -3259,7 +3259,7 @@ var f1 = $.when("fetch"); // Is type JQueryPromise<string>
|
||||
var f2: JQueryPromise<string[]> = f1.then(s => [s, s]);
|
||||
var f3: JQueryPromise<number> = f2.then(v => 3);
|
||||
|
||||
// ISSUE: https://github.com/borisyankov/DefinitelyTyped/issues/742
|
||||
// ISSUE: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/742
|
||||
// http://stackoverflow.com/questions/5392344/sending-multipart-formdata-with-jquery-ajax#answer-5976031
|
||||
$.ajax({
|
||||
url: 'php/upload.php',
|
||||
|
||||
Reference in New Issue
Block a user