* The flag to be bubbling. * @type {boolean}
()
| 9936 | * @type {boolean} |
| 9937 | */ |
| 9938 | get bubbles() { |
| 9939 | return Boolean(pd(this).event.bubbles); |
| 9940 | }, |
| 9941 | /** |
| 9942 | * The flag to be cancelable. |
| 9943 | * @type {boolean} |
nothing calls this directly
no test coverage detected
searching dependent graphs…