esteban-filardi

Results 4 issues of esteban-filardi

Hello, I'm getting this error when running the application. I'm using webpack 2 > ReferenceError: require is not defined Here's how I import the module on index.js ``` import ngWebSocket...

The requirement for my app is the following: _"Log all incoming requests (including the request's response body)"._ Even if there is the option _continueMiddleware_ to continue executing a following middleware,...

## Overview @koa-shopify-auth sets two cookies without the _Same Site_ option set, which triggers a warning in Chrome, and I think will be blocked on February 4th. The cookies are...

Is there any way to automate the acceptance of a confirm dialog that was created with JavaScript ? I mean, dialogs created in this fashion: `window.confirm('Do you accept?');` ![image](https://user-images.githubusercontent.com/1585383/167321478-99a278ba-aa70-4983-bbb9-7b87b76f09d2.png)