Dev : Protocol Handlers

From MozillaZine Knowledge Base
Revision as of 01:23, 16 April 2005 by Edanuff (talk | contribs)
Jump to navigationJump to search

All URIs and URLs start with a specific scheme such as HTTP or FTP. Mozilla uses XPCOM components to implement protocol handlers for each type of scheme it supports. These components can be written in C/C++ or JavaScript.

Documentation

Protocol Handlers