search

goog.html.sanitizer.ElementWeakMap<T>

Module ID

A weakmap-like implementation for browsers that don't support native WeakMap. It uses a data attribute on the key element for O(1) lookups.

new ElementWeakMap<T>()

Parameters

None.

Instance Methods

Exported Functions