Labs/F1/Modularity/WebMod HOWTO: Difference between revisions

Jump to navigation Jump to search
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 ==
668

edits

Navigation menu