@polkadot/x-textdecoder
Advanced tools
Comparing version
@@ -12,5 +12,7 @@ "use strict"; | ||
var _xGlobal = require("@polkadot/x-global"); | ||
// Copyright 2017-2021 @polkadot/x-textencoder authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
const TextDecoder = typeof global.TextDecoder === 'undefined' ? _util.default.TextDecoder : global.TextDecoder; | ||
const TextDecoder = typeof _xGlobal.xglobal.TextDecoder === 'undefined' ? _util.default.TextDecoder : _xGlobal.xglobal.TextDecoder; | ||
exports.TextDecoder = TextDecoder; |
{ | ||
"name": "@polkadot/x-textdecoder", | ||
"version": "5.4.3" | ||
"version": "5.4.4" | ||
} |
{ | ||
"name": "@polkadot/x-textdecoder", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "A TextDecoder replacement", | ||
@@ -18,3 +18,3 @@ "browser": "browser.js", | ||
"@babel/runtime": "^7.12.5", | ||
"@polkadot/x-global": "5.4.3" | ||
"@polkadot/x-global": "5.4.4" | ||
}, | ||
@@ -21,0 +21,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
6323
1.85%99
2.06%+ Added
- Removed
Updated