Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
turnekybc committed Dec 20, 2024
1 parent 8f83d02 commit 0d6b420
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/iframe-stamper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ export class IframeStamper {
});

return new Promise((resolve, _reject) => {
/**
* The MessageChannel port1 property is the port that gets attached
* to the context that instantiated the MessageChannel. This class, the IframeStamper,
* instantied the MessageChannel and will use port1 to send messages to the iframe.
* See https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel/port1
*/
this.messageChannel.port1.onmessage = (event) => {
if (event.data?.type === IframeEventType.PublicKeyReady) {
this.iframePublicKey = event.data["value"];
Expand Down

0 comments on commit 0d6b420

Please sign in to comment.