tedconf / node-m3u8

Streaming parser for m3u8 files in node
MIT License
189 stars 77 forks source link

Added support for browsers where property obj.consturctor.name isn't supported #5

Open AxelDelmas opened 9 years ago

AxelDelmas commented 9 years ago

In IE for example, the property obj.consturctor.name is undefined. I added an alternate way to retrieve the constructor's name in that case