Vladimir

Results 4 issues of Vladimir

This fix solves the problem with execution of listeners (as below) ``` this.addEventListener("aftershow", function run() { console.log("1st listener!") }); this.addEventListener("aftershow", function run2() { console.log("2nd listener!") console.log("breaking listeners chain...") self.removeEventListener("aftershow", run2);...

Hi! [Manual](https://bbc.github.io/tal/overview/device-configuration.html) says that > The framework supports the following log types, in ascending severity > > log > debug > info > warn > error let's see the source...

**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?**: Yes **What version of Shaka Player are you using?**: 2.5.0-beta2 **Can you reproduce the issue with our latest release...

type: enhancement
flag: seeking PR
type: performance
priority: P3

Hi! No component in docs api contain a notice about `trigger('event')`, that without parameter `{ bubbles: true }` events doesnt bubbling. Please, add this.