MCPcopy Create free account
hub / github.com/jquery/jquery-ui / decodeQueryParam

Function decodeQueryParam

external/qunit/qunit.js:4314–4316  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

4312 return urlParams;
4313 }
4314 function decodeQueryParam(param) {
4315 return decodeURIComponent(param.replace(/\+/g, '%20'));
4316 }
4317 })();
4318
4319 var fuzzysort$1 = {exports: {}};

Callers 1

getUrlParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…