collect method (opera)
Tries to initiate the JavaScript garbage collection.
Syntax:
You can find the related objects in the Supported by objects section below.
Return value:
This method has no return value.
Example HTML code 1:
This example illustrates the use of the collect method:
|
|||
<head> <script type="text/javascript"> window.opera.collect (); </script> </head> |
|||
|
|||
Did you find this example helpful?
|
Supported by objects:
External links:
User Contributed Comments