(cmd, data, options)
| 102 | * @return {Promise} |
| 103 | */ |
| 104 | export const sendCmd = (cmd, data, options) => sendMessage({ |
| 105 | cmd, |
| 106 | data, |
| 107 | url: location.href, // to replace MessageSender.url which doesn't change on soft navigation |
| 108 | [kTop]: topRenderMode, |
| 109 | }, options); |
no test coverage detected