You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is same question as kyungw00k/nightmare-webrequest-addon#1
I want to make some processing of 'details' on nodejs side and then decide whether I want to cancel that request or not. Is it possible to add such functionality?
As far as I understand I have to emit event from electron process to nightmare with details and then vice versa with callback result. I've found an example of sending event from electron to nightmare, but I don't understand how to send event from nightmare in right way. Thanks.
The text was updated successfully, but these errors were encountered:
This is same question as kyungw00k/nightmare-webrequest-addon#1
I want to make some processing of 'details' on nodejs side and then decide whether I want to cancel that request or not. Is it possible to add such functionality?
As far as I understand I have to emit event from electron process to nightmare with details and then vice versa with callback result. I've found an example of sending event from electron to nightmare, but I don't understand how to send event from nightmare in right way. Thanks.
The text was updated successfully, but these errors were encountered: