{"id":20020732,"url":"https://github.com/panthershark/xhr-browserify","last_synced_at":"2026-05-13T04:08:32.415Z","repository":{"id":12879511,"uuid":"15556000","full_name":"panthershark/xhr-browserify","owner":"panthershark","description":"Browserify compatible xhr module with support for jsonp","archived":false,"fork":false,"pushed_at":"2015-04-23T16:24:26.000Z","size":269,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T15:04:57.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panthershark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-31T19:55:30.000Z","updated_at":"2016-03-17T00:59:13.000Z","dependencies_parsed_at":"2022-08-26T07:01:54.140Z","dependency_job_id":null,"html_url":"https://github.com/panthershark/xhr-browserify","commit_stats":null,"previous_names":["tommymessbauer/xhr-browserify"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panthershark%2Fxhr-browserify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panthershark%2Fxhr-browserify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panthershark%2Fxhr-browserify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panthershark%2Fxhr-browserify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panthershark","download_url":"https://codeload.github.com/panthershark/xhr-browserify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241454527,"owners_count":19965405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T08:33:54.103Z","updated_at":"2025-11-28T04:04:42.543Z","avatar_url":"https://github.com/panthershark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"xhr-browserify\n==============\n\nBrowserify compatible xhr module with support for jsonp\n\nSimple case, in domain request.\n\n```\nvar xhr = require('xhr-browserify');\n\nxhr('/path/to/api?dogs=paws', function(err, data) {\n  console.log(data);\n});\n\n```\n\nJSONP\n\n```\nvar xhr = require('xhr-browserify');\nvar uri = require('url').parse('http://www.foo.com/path/to/api?dogs=paws', true);\n\nxhr(uri, { jsonp: true }, function(err, data) {\n  console.log(data);\n});\n\n```\n\n## Options\n\n* *jsonp*: if true, then a callback is sent to the server and the output is parsed.  default: false\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanthershark%2Fxhr-browserify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanthershark%2Fxhr-browserify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanthershark%2Fxhr-browserify/lists"}