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'));
|
||||
installPolyfills('fetch', ['fetch', 'Headers', 'Request', 'Response']);
|
||||
|
||||
global.registerModule('abortcontroller', () => require('../abortcontroller'));
|
||||
installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']);
|
||||
// global.registerModule('abortcontroller', () => require('../abortcontroller'));
|
||||
// installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']);
|
||||
|
||||
// Custom decorators
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user