Skip to content

Test polyfill warning#73

Open
dgirardi wants to merge 15 commits into
masterfrom
dgirardi-patch-40
Open

Test polyfill warning#73
dgirardi wants to merge 15 commits into
masterfrom
dgirardi-patch-40

Conversation

@dgirardi

Copy link
Copy Markdown
Owner

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Other information

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

This PR introduces changes that may not work on all browsers. According to Babel, it may need the following polyfills, which are not automatically included:

  • src/adserver.js: es.set.difference.v2, es.set.intersection.v2, es.set.is-disjoint-from.v2, es.set.is-subset-of.v2, es.set.is-superset-of.v2, es.set.symmetric-difference.v2, es.set.union.v2, esnext.set.difference.v2, esnext.set.intersection.v2, esnext.set.is-disjoint-from.v2, esnext.set.is-subset-of.v2, esnext.set.is-superset-of.v2, esnext.set.symmetric-difference.v2, esnext.set.union.v2

The best way to address this is to provide good test coverage, as normal PR checks run tests on older browser versions as well.

@github-actions

Copy link
Copy Markdown

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • src/adserver.js (+1 error)

@github-actions

Copy link
Copy Markdown

This PR introduces changes that may not work on all browsers. According to Babel, the following polyfills may be needed, and they are not automatically included:

  • src/adserver.js:
    • "es.set.difference.v2"
    • "es.set.intersection.v2"
    • "es.set.is-disjoint-from.v2"
    • "es.set.is-subset-of.v2"
    • "es.set.is-superset-of.v2"
    • "es.set.symmetric-difference.v2"
    • "es.set.union.v2"
    • "esnext.set.difference.v2"
    • "esnext.set.intersection.v2"
    • "esnext.set.is-disjoint-from.v2"
    • "esnext.set.is-subset-of.v2"
    • "esnext.set.is-superset-of.v2"
    • "esnext.set.symmetric-difference.v2"
    • "esnext.set.union.v2"

The best way to address this is to provide good test coverage, as normal PR checks run unit tests on older browsers.

@dgirardi dgirardi force-pushed the master branch 2 times, most recently from 66960c3 to a92265b Compare July 2, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant