As far as I understand, the functions in the iframe are "independent" in the parent window. Therefore, I think that if there is an infinite loop in the frame script, the parent window should not interfere. I implemented a program for testing, but found that an infinite loop blocks the functions of the parent window. Is the program or my understanding wrong?
source
share