|
Requests the host application to handle non-HTTP requests.
It is expected that the host application will call the Scheme Dispatcher to handle these requests. - Since:
- 2.8
- Parameters:
-
| aTypeArray | Array of request parameters. Examples: URL, referrer header | | aDesArray | Array of values corresponding to the types in aTypeArray |
- Returns:
- ETrue if the host application handles the scheme. EFalse if the host application cannot handle the scheme.
- Attention:
- The browser checks the scheme to determine whether or not it is supported. The browser supports the following schemes: File scheme, HTTP scheme or HTTPS scheme If the URL contains a scheme that the browser does not support, such as RTSP, then the host application should pass the content to an application that can handle that scheme.
|