Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
disjukr committed Oct 15, 2022
1 parent 72dd395 commit 5208f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glue/child-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function handshake(child: Window, childWindowOrigin: string) {
const success = postGlueHandshakeMessage({
target: child,
targetOrigin: childWindowOrigin,
payload: "syn",
payload: "syn-ack",
});
if (!success) abort(new Error("Failed to send syn-ack."));
}
Expand Down

0 comments on commit 5208f79

Please sign in to comment.