peter.sh
peter.sh copied to clipboard
Source-code for http://peter.sh/.
Web-Push-Php send webpush via php. I would to use client javascript to send webpush. Do I can to use this library to get it? How to have to set the...
Thanks a lot for your [List of Chromium Command Line Switches](https://peter.sh/experiments/chromium-command-line-switches/) - as the main developer of [qutebrowser](https://www.qutebrowser.org/), it's a very useful reference! Unfortunately, it looks like the page says:...
**Steps to reproduce:** 1. Open https://tests.peter.sh/notification-generator/ 2. Allow to show notifications in the browser permission prompt 3. Select "One action (type text)" in the "Actions" dropdown menu 4. Click "Display...
https://source.chromium.org/chromium/chromium/src/+/master:components/network_session_configurator/common/network_switch_list.h defines a few switches but they're not listed in https://peter.sh/experiments/chromium-command-line-switches/ I see the the .cc is listed in the blocklist: https://github.com/beverloo/peter.sh/blob/master/services/services/command-line-flags/blacklist.txt but ideally the switches defined in the header...
HI, I have a problem, error: `POST https://www.xxxx.fr/notif2/push.php 401 (anonymous) @ VM107 push_generator.js:787 Promise.then (async) PushGenerator.sendMessage @ VM107 push_generator.js:778` And line 778 to 787: `.then(function(request) { var headers = new...
For example: '/resources/icons/15.jpg' tries to load the asset at https://peter.sh/tests/random/resources/icons/15.jpg The actual asset is at https://peter.sh/tests/resources/icons/15.jpg on the server.
In the new version of the spec, getting the fetches from the event returns a Promise. `event.fetches.forEach(...)` should become something like `(await event.fetches.values()).forEach(...);`
https://cs.chromium.org/chromium/src/content/public/common/content_switches.cc?type=cs&l=574