Gaurav Sharma

Results 1 issues of Gaurav Sharma

```js var mimeTypesLength = navigator.mimeTypes ? navigator.mimeTypes.length : 0; // exact line where error occurs // ReferenceError: navigator is not defined ``` ReferenceError while using cuid package within cloudflare workers....