Name Description Size Coverage
alphabet.js --- esid: sec-uint8array.frombase64 description: Conversion of base64 strings to Uint8Arrays exercising the alphabet option includes: [compareArray.js] features: [uint8array-base64, TypedArray] --- 873 -
descriptor.js --- esid: sec-uint8array.frombase64 description: > Uint8Array.fromBase64 has default data property attributes. includes: [propertyHelper.js] features: [uint8array-base64, TypedArray] --- 430 -
ignores-receiver.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 ignores its receiver features: [uint8array-base64, TypedArray] --- 669 -
illegal-characters.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 throws a SyntaxError when input has non-base64, non-ascii-whitespace characters features: [uint8array-base64, TypedArray] --- 669 -
last-chunk-handling.js --- esid: sec-uint8array.frombase64 description: Handling of final chunks in Uint8Array.fromBase64 includes: [compareArray.js] features: [uint8array-base64, TypedArray] --- 2959 -
last-chunk-invalid.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 throws a SyntaxError when chunk size is invalid or padding is invalid features: [uint8array-base64, TypedArray] includes: [compareArray.js] --- 2806 -
length.js --- esid: sec-uint8array.frombase64 description: > Uint8Array.fromBase64.length is 1. includes: [propertyHelper.js] features: [uint8array-base64, TypedArray] --- 425 -
name.js --- esid: sec-uint8array.frombase64 description: > Uint8Array.fromBase64.name is "fromBase64". includes: [propertyHelper.js] features: [uint8array-base64, TypedArray] --- 443 -
nonconstructor.js --- esid: sec-uint8array.frombase64 description: > Uint8Array.fromBase64 is not a constructor function. includes: [isConstructor.js] features: [uint8array-base64, TypedArray, Reflect.construct] --- 503 -
option-coercion.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 triggers effects of the "alphabet" and "lastChunkHandling" getters, but does not perform toString on the results includes: [compareArray.js] features: [uint8array-base64, TypedArray] --- 1729 -
results.js --- esid: sec-uint8array.frombase64 description: Conversion of base64 strings to Uint8Arrays includes: [compareArray.js] features: [uint8array-base64, TypedArray] --- 1032 -
string-coercion.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 throws if its argument is not a string features: [uint8array-base64, TypedArray] --- 1104 -
whitespace.js --- esid: sec-uint8array.frombase64 description: Uint8Array.fromBase64 ignores ASCII whitespace in the input includes: [compareArray.js] features: [uint8array-base64, TypedArray] --- 690 -