mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
http jsonp support added
This commit is contained in:
6
utils/utils.d.ts
vendored
6
utils/utils.d.ts
vendored
@ -167,4 +167,10 @@
|
||||
* @param uri The URI.
|
||||
*/
|
||||
export function isDataURI(uri: string): boolean
|
||||
|
||||
/**
|
||||
* Returns object from JSON or JSONP string.
|
||||
* @param source The JSON or JSONP string.
|
||||
*/
|
||||
export function parseJSON(source: string): any
|
||||
}
|
||||
|
Reference in New Issue
Block a user