This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 209
Help to transcode JS with lib #160
Comments
You need to learn php.
Regard
…On Thu, Dec 16, 2021, 9:09 PM Alt0car ***@***.***> wrote:
Hello,
I'm trying to transcode this code in php using your lib :
await page.waitForResponse((response) => {
return response.url().startsWith(
https://github.com/search/count?p=${pageNum}) && response.status() ===
200;
});
i'm ok about the default $page->waitForResponse() but how can i
manipulate/write response object with your lib ?
—
Reply to this email directly, view it on GitHub
<#160>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLT24CE3KC3MHB5QU6II3URI2NLANCNFSM5KHCRXIA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
not helpfull and really free response ... This have no documentation and i need to manipulate response object with. |
Am serious, am talking for your own benefit.
Your background is node js, and you are trying to understand other language
via node prospective.
So you need to understand at least the the fundamental part of the
language.
google is your best friend.
Or if you can hire a freelancer which may cost you 25$.
And safe your self the hassle.
…On Fri, Dec 17, 2021, 10:08 PM Alt0car ***@***.***> wrote:
not helpfull and really free response ...
This have no documentation and i need to manipulate response object with.
So if you have answer teach me or just go away :)
—
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLT24RB2KLQMLZSUJM3SLUROKD7ANCNFSM5KHCRXIA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Firstly I have been a php developer for 15 years now, however I have rarely seen such a poorly documented package, hence the fact that I ask if anyone has already done so. In view of your answer, I will have done more quickly to develop in nodejs using the original pupeteer library. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to transcode this code in php using your lib :
await page.waitForResponse((response) => {
return response.url().startsWith(
https://github.com/search/count?p=${pageNum}
) && response.status() === 200;});
i'm ok about the default $page->waitForResponse() but how can i manipulate/write response object with your lib ?
The text was updated successfully, but these errors were encountered: