We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c1046 commit 4ae65baCopy full SHA for 4ae65ba
2 files changed
lib/legacy/polymer.dom.html
@@ -285,6 +285,8 @@
285
* API.
286
*
287
* @namespace
288
+ * @summary Legacy DOM and Event manipulation API wrapper factory used to
289
+ * abstract differences between native Shadow DOM and "Shady DOM."
290
* @memberof Polymer
291
* @param {Node|Event} obj Node or event to operate on
292
* @return {DomApi|EventApi} Wrapper providing either node API or event API
lib/mixins/element-mixin.html
@@ -732,6 +732,8 @@
732
* instance counts.
733
734
735
+ * @summary Provides basic tracking of element definitions (registrations) and
736
+ * instance counts.
737
*/
738
Polymer.telemetry = {
739
/**
0 commit comments