Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 802 Bytes

File metadata and controls

36 lines (32 loc) · 802 Bytes
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
clear Method (WeakMap) (JavaScript) | Microsoft Docs
01/18/2017
windows-client-threshold
devlang-javascript
language-reference
JavaScript
TypeScript
DHTML
70992b28-d49b-414f-9306-205b7be7b888
3
mikejo5000
mikejo
ghogen

clear Method (WeakMap) (JavaScript)

Removes all elements from a WeakMap object.

Syntax

weakmapObj.clear()  

Parameters

weakmapObj
Required. The WeakMap object to clear.

Requirements

[!INCLUDEjsv11]