187
edits
Line 8: | Line 8: | ||
* Listen for cross-origin events - allow the outer application to catch events from the content inside the iframe, even if that content is from a different origin | * Listen for cross-origin events - allow the outer application to catch events from the content inside the iframe, even if that content is from a different origin | ||
** '''Load Start''' - When the iframe starts loading a new document (needed for tracking browsing history) | ** '''Load Start''' - When the iframe starts loading a new document (needed for tracking browsing history). Also need to know when iframe's children start loading, or do XHR, etc. | ||
** Progress monitor - to monitor the progress of the document being loaded inside the iframe (needed to implement a progress bar) | ** Progress monitor - to monitor the progress of the document being loaded inside the iframe (needed to implement a progress bar) | ||
** '''Load Stop''' - When the iFrame finishes loading a new document | ** '''Load Stop''' - When the iFrame finishes loading a new document |
edits