mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: 8.1.0-alpha.1
This commit is contained in:
@ -319,8 +319,8 @@ export function initGlobal() {
|
|||||||
global.registerModule('fetch', () => require('../fetch'));
|
global.registerModule('fetch', () => require('../fetch'));
|
||||||
installPolyfills('fetch', ['fetch', 'Headers', 'Request', 'Response']);
|
installPolyfills('fetch', ['fetch', 'Headers', 'Request', 'Response']);
|
||||||
|
|
||||||
global.registerModule('abortcontroller', () => require('../abortcontroller'));
|
// global.registerModule('abortcontroller', () => require('../abortcontroller'));
|
||||||
installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']);
|
// installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']);
|
||||||
|
|
||||||
// Custom decorators
|
// Custom decorators
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
||||||
"version": "8.1.0-alpha.0",
|
"version": "8.1.0-alpha.1",
|
||||||
"homepage": "https://nativescript.org",
|
"homepage": "https://nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user