In #17, I found an issue where the iframe caused an identity comparison (===) to fail due to the iframe having a different scope than the default globals. The tests are only checking if the extern logic works properly, but not with the added complexity of the iframe sandbox.
Maybe we can run the tests in different "modes" to see if there are any differences, or simply use phantom and call extract-loaded from the tests instead of just extract.
In #17, I found an issue where the iframe caused an identity comparison (
===
) to fail due to the iframe having a different scope than the default globals. The tests are only checking if the extern logic works properly, but not with the added complexity of the iframe sandbox.Maybe we can run the tests in different "modes" to see if there are any differences, or simply use phantom and call
extract-loaded
from the tests instead of justextract
.