prototype  URIError  class propertyS2C Home
      « Globals « URIError « prototype
Description
Enables property assignment to objects of type URIError.
- Like all class properties prototypeshould be used on the class rather than an instance of the class.
Syntax
| Signature | Description | 
|---|---|
| URIError.prototype | Enables property assignment to objects of type URIError. | 
Parameters
None.
Examples
The code below displays the URIError prototype, which is inherited from the Error object.
alert('URIError prototype is ' + URIError.prototype);
Related Tutorials
JavaScript Advanced Tutorials - Lesson 2 - Errors
 
  
  
  
 Homepage
 Homepage Top
 Top