This is a testharness.js-based test.
FAIL SharedArrayBuffer cloning via IndexedDB: basic case assert_throws: function "() => {
      store.put({ key: 1, property: new SharedArrayBuffer() });
    }" threw object "ReferenceError: SharedArrayBuffer is not defined" that is not a DOMException DataCloneError: property "code" is equal to undefined, expected 25
FAIL SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly assert_throws: function "() => {
      store.put({ key: 1, property: [
        { get x() { getter1Called = true; return 5; } },
        new SharedArrayBuffer(),
        { get x() { getter2Called = true; return 5; } }
      ]});
    }" threw object "ReferenceError: SharedArrayBuffer is not defined" that is not a DOMException DataCloneError: property "code" is equal to undefined, expected 25
Harness: the test ran to completion.

