We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It fails to continue with requests and locks after starting to intercept requests when there are no urls to block added. await interceptedUrl.continue(); is missing in: https://github.com/Tabueeee/puppeteer-request-spy/blob/master/src/RequestInterceptor.ts#L119
await interceptedUrl.continue();
The text was updated successfully, but these errors were encountered:
Fixed with #5
Sorry, something went wrong.
removed conditional acceptUrl and added regression tests for issue #4
ea22821
Merge pull request #6 from Tabueeee/v-1.1.2
4e5fa1a
No branches or pull requests
It fails to continue with requests and locks after starting to intercept requests when there are no urls to block added.
await interceptedUrl.continue();
is missing in:https://github.com/Tabueeee/puppeteer-request-spy/blob/master/src/RequestInterceptor.ts#L119
The text was updated successfully, but these errors were encountered: