Archon

Results 2 comments of Archon

Hello @rudywaltz 👋 I'm pretty sure it's about [HTMLAudioElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement/Audio). Not sure if that is part of HTMLMediaElement. If you could share your branch maybe I could continue work.

Code such as this in Jest tests: ``` expect(wrapper.find('.button').attributes().disabled).toEqual('disabled') ``` Throw an error: `TypeError: attributes.item is not a function`. Seems like it's the same issue. Is this in active development?...