|
var multibyteArray = new Uint8Array( [ 230, 151, 165, 230, 156, 172, 229, 155, 189 ] );
|
|
var multibyteArray = new Uint8Array( [ 230, 151, 165, 230, 156, 172, 229, 155, 189 ] );
|
|
assert.equal( '日本国', LoaderUtils.decodeText( multibyteArray ) );
|
|
assert.equal( '日本国', LoaderUtils.decodeText( multibyteArray ) );
|
|
QUnit.test( 'extractUrlBase', ( assert ) => {
|
|
QUnit.test( 'extractUrlBase', ( assert ) => {
|