Using easyXDM in the same domain

I use easyXDM to resize the cross-domain iframe. It works well.

If I want to use the same exact function in my own domain, I get;

Uncaught TypeError: undefined is not a function in the easyXDM.js file.

Is there a workaround for using easyXDM in the same domain?

PS: I know that I can directly access the same iframe domain without easyXDM, but I just want to see if there is any solution before doing this using the same code.

+6
source share

Source: https://habr.com/ru/post/945207/


All Articles