@polkadot/x-textdecoder
Advanced tools
Comparing version 5.0.2-8 to 5.0.2-9
@@ -10,4 +10,7 @@ "use strict"; | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// This is very limited, only handling Ascii values | ||
class TextDecoder { | ||
constructor(_) {} | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars,no-useless-constructor | ||
constructor(_) {// nothing | ||
} | ||
@@ -14,0 +17,0 @@ decode(value) { |
{ | ||
"name": "@polkadot/x-textdecoder", | ||
"version": "5.0.2-8" | ||
"version": "5.0.2-9" | ||
} |
{ | ||
"name": "@polkadot/x-textdecoder", | ||
"version": "5.0.2-8", | ||
"version": "5.0.2-9", | ||
"description": "A TextDecoder replacement", | ||
@@ -5,0 +5,0 @@ "browser": "browser.js", |
Sorry, the diff of this file is not supported yet
5804
95