From b1d9723e197477455040bbba88a3e571aff790fd Mon Sep 17 00:00:00 2001 From: serglider Date: Fri, 26 Feb 2021 06:26:27 +0200 Subject: [PATCH] minor change --- docs/classes/index.default.html | 24 ++++++++++++------------ docs/modules/types.html | 6 +++--- docs/modules/utils.html | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/classes/index.default.html b/docs/classes/index.default.html index 3c80eec..52e8898 100644 --- a/docs/classes/index.default.html +++ b/docs/classes/index.default.html @@ -122,7 +122,7 @@

constructor

  • Parameters

    @@ -144,7 +144,7 @@

    Private connectResolverconnectResolver: (value: default | PromiseLike<default>) => void
    @@ -175,7 +175,7 @@

    Private handler

    handler: EventHandler
    @@ -185,7 +185,7 @@

    Private isConnected

    isConnected: boolean
    @@ -195,7 +195,7 @@

    Private options: CrossOriginCourierOptions

    @@ -205,7 +205,7 @@

    Private port

    port: MessagePort
    @@ -222,7 +222,7 @@

    connect

  • @@ -250,7 +250,7 @@

    Private initChild

  • @@ -272,7 +272,7 @@

    Private initParent

  • @@ -294,7 +294,7 @@

    Private onPingFrom
    @@ -322,7 +322,7 @@

    Private onPingFrom
    @@ -350,7 +350,7 @@

    send

  • diff --git a/docs/modules/types.html b/docs/modules/types.html index 2cfb042..fd28edf 100644 --- a/docs/modules/types.html +++ b/docs/modules/types.html @@ -88,7 +88,7 @@

    CrossOriginCourierOptions

    CrossOriginCourierOptions: { isParent: boolean; passphrase: string; targetOrigin: TargetOrigin }
    @@ -112,7 +112,7 @@

    DataHandler

    DataHandler: (data: any) => void
    @@ -143,7 +143,7 @@

    EventHandler

    EventHandler: (event: MessageEvent) => void
    diff --git a/docs/modules/utils.html b/docs/modules/utils.html index 26b587f..19574c6 100644 --- a/docs/modules/utils.html +++ b/docs/modules/utils.html @@ -91,7 +91,7 @@

    createCustomHandler

  • Parameters

    @@ -114,7 +114,7 @@

    isFunction

  • Parameters