You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added unload listener and trigger
Added tests for load function
Adjusted changelog and contributors
* Removed target param and added to readme
* Updated tests to remove target from unmount
* Refactored frame to allow unload event to initiate data-status update
* Cleaned code
* Updated Version number
* Took url out of unload trigger
* Updated changelog
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Application lifecycles go through 3 stages as they load:
96
96
1.```mounted``` The application frame has been appended to the DOM and is loading the remote application site.
97
97
2.```launched``` The application frame has loaded and the embedded application has begun authorization sequence. At this time the app is loaded, but is hidden to prevent clickjacking.
98
98
3.```authorized``` The application has approved authorization and is now visible.
99
+
4.```unload``` The application frame is about to unload due to redirect or other causes.
99
100
100
101
These statuses are communicated to the consumer application environment in 2 ways.
0 commit comments