Make WordPress Core


Ignore:
Timestamp:
08/07/2024 03:50:33 PM (10 months ago)
Author:
desrosj
Message:

External Libraries: Update the whatwg-fetch polyfill library.

This updates the whatwg-fetch library from version 3.6.17 to 3.6.20, the latest current version.

This library is included and registered within WordPress as the wp-polyfill-fetch script but is no longer used by WordPress itself. Updates are provided as a courtesy, and all projects using this polyfill should reevaluate usage.

Props manooweb.
Fixes #60514.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r58813 r58860  
    115115        'moment'                      => '2.29.4',
    116116        'lodash'                      => '4.17.21',
    117         'wp-polyfill-fetch'           => '3.6.17',
     117        'wp-polyfill-fetch'           => '3.6.20',
    118118        'wp-polyfill-formdata'        => '4.0.10',
    119119        'wp-polyfill-node-contains'   => '4.8.0',
Note: See TracChangeset for help on using the changeset viewer.