668
edits
| Line 7: | Line 7: | ||
The user agent and a WebMod communicate over postMessage(). Effectively, a WebMod is a way for a web site to expose an API over postMessage(). Some advanced WebMods may eventually have a User Interface, but for now we describe purely the case of WebMods loaded in invisible IFRAMEs that provide only an API abstraction. | The user agent and a WebMod communicate over postMessage(). Effectively, a WebMod is a way for a web site to expose an API over postMessage(). Some advanced WebMods may eventually have a User Interface, but for now we describe purely the case of WebMods loaded in invisible IFRAMEs that provide only an API abstraction. | ||
[[Image:Webmod-howto.png]] | |||
== Advertising a WebMod == | == Advertising a WebMod == | ||
== Implementing a WebMod == | == Implementing a WebMod == | ||
edits