3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
899 stars 138 forks source link

Construct LRU with new as required in modern ES #142

Closed blowery closed 5 years ago

blowery commented 5 years ago

LRU is a class, so it has to be constructed with new in ES2015.

blowery commented 5 years ago

This actually won't be required until the project moves to version 5 of LRU. Closing for the time being.