···799799 * or do something different.
800800 */
801801 // deno-lint-ignore no-explicit-any
802802- const metadata = (this.#storage as any).parseMetadata(
802802+ const metadata = await (this.#storage as any).parseMetadata(
803803 // Pass the raw serialized data directly so parseMetadata can detect version
804804 // and apply migrations. Don't wrap it in metadata yet.
805805 this.#storage.serialize(data),