Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Rx.DOM.load() not triggered on <iframe> element #124

Description

@martinsik

I made this little demo on jsfiddle: https://jsfiddle.net/usualcarrot/4tfLm050/3/
I seems like the load is never called:

<iframe id="my-iframe" src="https://httpbin.org/get?1"></iframe>
var iframe = document.querySelector('#my-iframe');

Rx.DOM.load(iframe).subscribe(function() {
    console.log('iframe ready');
});

I can see in Chrome's Developer Tools that the event listener is created but it's never called. Am I just doing it wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions