• passes: 1
  • failures: 0
  • duration: 0.01s
  • ArrayBufferReader

    • ArrayBuffer

      • should have the correct length1ms ‣

        async() => {
              const length = await reader.getLength();
              assert.equal(length, ab.byteLength);
            }