pixi-jsVariables
Variable: copySearchParams
> const copySearchParams: (targetUrl, sourceUrl) => string
Defined in: node_modules/pixi.js/lib/assets/utils/copySearchParams.d.ts:8
Internal
Copies the search params from one url to another
Parameters
targetUrl
string
the url to copy the search params to
sourceUrl
string
the url container the search params we want to copy
Returns
string
the url with the search params copied