cacheBustUrl

Function

artifically update a query param associated with a url to force the browser to load it from file rather than from cache

artifically update a query param associated with a url to force the browser to load it from file rather than from cache

  • cacheBustUrl(url: string, param: string) : string

Parameters

Parameter Type Default Notes
url Required string
param Optional string "v"

Returns

string

Function defined in common/src/urls/cacheBustUrl.ts:5