Skip to content

document.on.contentLoaded and document.on.readyStateChanged events not getting called. #791

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


window.on.contentLoaded works as a workaround.

import('dart:html', prefix: "html");

void main() {
  html.document.on.contentLoaded.add((e) {
    print('no joy');
  });
}
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-duplicateClosed in favor of an existing report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions