Hi,
Is it possible to use framework.js objects/methods outside of the framework.js file? If I try to directly access the iframe via something like document.getElementById, I get an CORS error. Is there a way to whitelist any particular domain?
Correct. The embeddable framework defines the operations you can use. If you need to do something that the framework does not offer, you can use the API directly in your application for that task.