ckeditor_axe-1.0.x-dev/js/plugins/axe/axe/frame.min.js
js/plugins/axe/axe/frame.min.js
"use strict";window.addEventListener("message",function(n){if(window.origin!==n.origin)return console.error("Insecure command detected."),!1;var e=n.data;if(void 0===e.command)return console.error("Command type is not defined."),!1;var r,i=window.parent.CKEDITOR;if(void 0===e.editor||void 0===i.instances[e.editor])return console.error("Editor instance is invalid."),!1;"run"===e.command?(r=e.arguments,n=document.body,n=void 0!==r.context?r.context:n,axe.run(n,r.options,function(n,o){i.tools.callFunction(r.callback,n,o,e.editor)})):console.error("Invalid command.")});