668
edits
| Line 37: | Line 37: | ||
} | } | ||
} | } | ||
The above manifest indicates that the fictitious ShareBook web site provides a <tt>link.share</tt> WebMod service. When the browser wishes to access that API, it will load <tt>https://sharebook.example.com/webmods/link-share</tt> into an IFRAME and communicate with it, as described above, using <tt>postMessage()</tt>. | |||
== Implementing a WebMod == | == Implementing a WebMod == | ||
edits