Skip to content
New issue

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

Remove support for the shorthand callback version of events #2

Merged
merged 4 commits into from
Dec 15, 2022

Conversation

kazarmy
Copy link
Owner

@kazarmy kazarmy commented Dec 15, 2022

Version 0.31.7 of @types/chrome-remote-interface has internal support (due to DefinitelyTyped/DefinitelyTyped#63570 and DefinitelyTyped/DefinitelyTyped#63580) for statements of the form

Network.requestWillBeSent((params) => {
    console.log(params.request.url);
});

Therefore, this pr removes support for such statements from this repo.

@kazarmy kazarmy merged commit 3187ca4 into master Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant