Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 25, 2023
1 parent caa774c commit 41049d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/browser/src/core/buffer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41049d3

Please sign in to comment.