MCPcopy Index your code
hub / github.com/javascript-obfuscator/javascript-obfuscator / create

Function create

test/fixtures/compile-performance.js:43578–43580  ·  view source on GitHub ↗
(urlOrRequest)

Source from the content-addressed store, hash-verified

43576 */
43577 AjaxObservable.create = (function () {
43578 var create = function (urlOrRequest) {
43579 return new AjaxObservable(urlOrRequest);
43580 };
43581 create.get = ajaxGet;
43582 create.post = ajaxPost;
43583 create.delete = ajaxDelete;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…