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

SDK Events - Add "Load" EventType #128

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Conversation

zubairaziz
Copy link
Collaborator

@zubairaziz zubairaziz commented Oct 29, 2023

The load event is intended to mirror the behavior of window.load, and is different than any ready event we may or may not introduce in the future.

The load event is fired when the whole page has loaded, including all dependent resources such as stylesheets, scripts, iframes, and images. This is in contrast to DOMContentLoaded, which is fired as soon as the page DOM has been loaded, without waiting for resources to finish loading.

@zubairaziz zubairaziz self-assigned this Oct 29, 2023
@changeset-bot
Copy link

changeset-bot bot commented Oct 29, 2023

🦋 Changeset detected

Latest commit: 730883a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@quiltt/core Minor
@quiltt/react Minor
@quiltt/react-test-nextjs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sirwolfgang sirwolfgang merged commit ca88f39 into main Oct 30, 2023
5 checks passed
@sirwolfgang sirwolfgang deleted the sdk-events_add-load-event-type branch October 30, 2023 11:50
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.

2 participants