1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-19 20:00:20 +02:00
2020-03-27 18:28:13 +00:00

6 lines
240 B
JavaScript

// eslint-disable-next-line no-unused-vars
const ipcProxySendToHost = (methodName, arg) => {
console.info('TinyMCE ipcProxySendToHost', methodName, arg);
// parent.postMessage({ target: 'main', name: methodName, args: [ arg ] }, '*');
};