Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attaches the default dispose API wrapping the dispose implementation to the specified element.
Syntax
WinJS.Utilities.markDisposable(element, disposeImpl);
Parameters
element
Type: HTMLElementThe element to mark as disposable.
disposeImpl
Type: FunctionThe function containing the element-specific dispose logic, called by the dispose function that markDisposable attaches.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |