mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Update falcor-http-datasource.d.ts (#9087)
This commit is contained in:
@@ -11,7 +11,7 @@ declare namespace FalcorHttpDataSource {
|
||||
* A HttpDataSource object is a {@link DataSource} can be used to retrieve data from a remote JSONGraph object using the browser's XMLHttpRequest.
|
||||
**/
|
||||
class XMlHttpSource extends FalcorModel.DataSource {
|
||||
constructor(jsonGraphUrl: string);
|
||||
constructor(jsonGraphUrl: string, config?: any);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user