/** * Tests for feature-011 (IndexedDB read/write actions) and feature-012 * (sessionStorage get/set + single-key delete) in the `storage` tool. * * The interesting half is `describeStructuredValue`: IndexedDB holds * structured-clone values, and the ones worth asserting on (a non-extractable * CryptoKey, a Blob, an ArrayBuffer) all JSON-serialize to `{}`. The serializer * is deliberately written as a pure, self-contained function so it can be * exercised here without a browser - which is also what makes it safe to * stringify and eval inside the page. */ export {}; //# sourceMappingURL=storage-tools.test.d.ts.map