prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
http://prebid.org
Apache License 2.0
1.26k stars 2.02k forks source link

Various modules: not using our communication methods #11838

Open patmmccann opened 2 weeks ago

patmmccann commented 2 weeks ago

Type of issue

Bug

Description

The last three here https://github.com/search?q=repo%3Aprebid%2FPrebid.js++sendbeacon+path%3A%2F%5Emodules%5C%2F%2F&type=code

Steps to reproduce

Test page

Expected results

Actual results

Platform details

Other information

patmmccann commented 4 days ago

Article espousing benefits of keepalive https://www.stefanjudis.com/today-i-learned/fetch-supports-a-keepalive-option-to-make-it-outlive-page-navigations/

patmmccann commented 4 days ago

Plan: implement new method in ajax.js ( @nathan-pubx ) in #11425 then later migrate the other three adapters using it on their behalf.