doc: Mention when protocol module is safe to use.

This commit is contained in:
Cheng Zhao 2013-09-20 18:36:16 +08:00
parent 92e157de30
commit e65220adb0

View file

@ -14,6 +14,9 @@ protocol.registerProtocol('atom', function(request) {
}); });
``` ```
**Note:** This module can only be used after the `will-finish-launching` event
was emitted.
## protocol.registerProtocol(scheme, handler) ## protocol.registerProtocol(scheme, handler)
* `scheme` String * `scheme` String