@workadventure/iframe-api-typings 1.7.2 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Api/IframeListener.d.ts +1 -1
- package/package.json +1 -1
package/Api/IframeListener.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ declare class IframeListener {
|
|
|
108
108
|
*/
|
|
109
109
|
registerIframe(iframe: HTMLIFrameElement): void;
|
|
110
110
|
unregisterIframe(iframe: HTMLIFrameElement): void;
|
|
111
|
-
registerScript(scriptUrl: string): Promise<void>;
|
|
111
|
+
registerScript(scriptUrl: string, enableModuleMode?: boolean): Promise<void>;
|
|
112
112
|
private getBaseUrl;
|
|
113
113
|
getBaseUrlFromSource(source: MessageEventSource): string;
|
|
114
114
|
private static getIFrameId;
|