We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afc1af commit 4f95068Copy full SHA for 4f95068
README.md
@@ -60,7 +60,8 @@ Timeout is configurable in the constructor.
60
use Minishlink\WebPush\WebPush;
61
62
$client = new \Buzz\Client\Curl();
63
-$webPush = new WebPush(array(), null, null, $client);
+$timeout = 20; // seconds
64
+$webPush = new WebPush(array(), null, $timeout, $client);
65
```
66
67
You have access to the inner browser if you want to configure it further.
0 commit comments