JavaScript Programmer’s Reference Object.unwatch() (Method) A method to (Free web host)
JavaScript Programmer’s Reference Object.unwatch() (Method) A method to disable a watch that was set up on a property change. Availability: JavaScript 1.2 Netscape 4.0 Netscape Enterprise Server 3.0 JavaScript syntax: N myObject.unwatch() This is inherited by most object classes in Netscape. Warnings: . Because of the scoping rules, you cannot actually examine the value of the variable that has changed since the event handler is running in a completely different scope chain. Example code:
See also: Object.assign(), Object.watch() Object.valueOf() (Method) The primitive numeric value of the object. Availability: ECMAScript edition 2 JavaScript 1.1 JScript 3.0 Internet Explorer 4.0 Netscape 3.0 Netscape Enterprise Server 2.0 Opera 3.0 Property/method value type: Depends on the object value JavaScript syntax: -myObject.valueOf() 1588