Matías López

Results 17 issues of Matías López

I created a benchmark with the most common UA parsers. Source code: https://codesandbox.io/s/useragent-parser-benchmark-b7kkp Benchmark: https://unpwz.sse.codesandbox.io/

This was tested in Browserstack and with the following libraries: 1.detect-browser 5.1.0 2. bowser 2.9.0 3. ua-parser-js 0.7.21 ![image](https://user-images.githubusercontent.com/23618492/84608312-d7091e00-ae7f-11ea-8976-ca1fb853a7e5.png)

Hi, excellent debugger!! I'm trying to use it but can't :sob:, when try refresh directly from extension feathers debugger returns the error: ```js error: Page not found {"type":"FeathersError","name":"NotFound","code":404,"className":"not-found","data":{"url":"/feathers-debugger?$sort[ts]=1&$limit=500&ts[$gt]=1597784909432&$version=1.2.0"},"errors":{}} ``` I...

Bug in demo with `sdp` ```js Uncaught TypeError: Cannot read property 'sdp' of null at (index):94 ```

**Describe the bug** Search method in nested key not working. **To Reproduce** ```js const debug = new XDebugger({ debug: true }); debug.search({ timestamp: { $gte: 1560122145284 } }); // Output...

bug

Create a method for embed `window.location` in to a iframe, and check is possible with the page. Example code to integrate to iFrameX: https://gist.github.com/matiaslopezd/74d6c7fb7d42978bdfa77237a68ed24b#file-clean-common-min-js Tasks: - [ ] Check availability...

enhancement

Hi guys, I want to implement Prometheus metrics to know things like: ``` # TYPE turn_active_connections gauge turn_active_connections 0 # HELP turn_total_connections Total number of TURN connections # TYPE turn_total_connections...