| 13 | import {getMode} from '../src/mode'; |
| 14 | |
| 15 | export class IframeMessagingClient { |
| 16 | /** |
| 17 | * @param {!Window} win A window object. |
| 18 | * @param {Window=} hostWindow The host window to send messages to. If not set |
nothing calls this directly
no outgoing calls
no test coverage detected