From 41049d3c1e6735a60431037af04e8b20d038205c Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:30:40 -0500 Subject: [PATCH] wip --- packages/browser/src/core/buffer/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/browser/src/core/buffer/index.ts b/packages/browser/src/core/buffer/index.ts index f06fb1ca4..6f760d05e 100644 --- a/packages/browser/src/core/buffer/index.ts +++ b/packages/browser/src/core/buffer/index.ts @@ -163,6 +163,9 @@ export class PreInitMethodCallBuffer { this.push(...calls) } + /** + * Pull any buffered method calls from the window object, and use them to hydrate the instance buffer. + */ private get calls() { this._pushSnippetWindowBuffer() return this._callMap