Dev : Protocol Handlers

From MozillaZine Knowledge Base
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