Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add DOMContentLoaded API. #330

Merged
merged 1 commit into from
Apr 27, 2023
Merged

feat: add DOMContentLoaded API. #330

merged 1 commit into from
Apr 27, 2023

Conversation

andycall
Copy link
Member

@andycall andycall commented Apr 24, 2023

Add a Dart API callback when the DOMContentLoaded event is triggered.

WebF(
  onDOMContentLoaded: (controller) {
    print('dom content loaded ${ controller.view.document.isConnected}');
  },
),

@yifei8 yifei8 added this pull request to the merge queue Apr 27, 2023
Merged via the queue into main with commit e7dbc2d Apr 27, 2023
@yifei8 yifei8 deleted the feat/dom_content_loaded branch April 27, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants