()
| 3 | import * as types from '@nativescript/core/utils/types'; |
| 4 | |
| 5 | export var test_fetch_defined = function () { |
| 6 | TKUnit.assert(types.isDefined(fetch), 'Method fetch() should be defined!'); |
| 7 | }; |
| 8 | |
| 9 | export var test_fetch = function (done: (err: Error, res?: string) => void) { |
| 10 | // >> fetch-response |