Labs/F1/Modularity: Difference between revisions

Jump to navigation Jump to search
Line 24: Line 24:


* creates an IFRAME and loads the prescribed WebMod URL into it.
* creates an IFRAME and loads the prescribed WebMod URL into it.
* when the WebMod's page is fully loaded and ready, it messages the WMF (using a postMessage-based API) that it is ready. (Could this just be the onLoad() event? Maybe not, let's not presume.)
* when the WebMod's page is fully loaded and ready, it messages the WMF that it is ready.
* WMF and the WebMod then engage in user authentication (more below)
* WMF and the WebMod engage in user authentication and potentially authorization (more below).
* WMF sends additional messages to the WebMod to fulfill the actual feature. The pattern and structure of these messages depend on the specific feature being implemented. For F1, the specifics of the API are defined below.
* WMF sends additional messages to the WebMod to fulfill the actual feature. The pattern and structure of these messages depend on the specific feature being implemented. For F1, the specifics of the API are defined below.


668

edits

Navigation menu