{"library":"dasu","type":"library","category":null,"description":"dasu is a JavaScript library that aimed to provide a consistent XMLHttpRequest (XHR) API for both client-side (browser) and server-side (Node.js) environments. It abstracts away the underlying differences between `window.XMLHttpRequest` and Node's `http.request`, presenting a unified interface. The library, currently at version 0.4.3, was last published in June 2014. Its primary differentiator was simplifying basic HTTP requests with a single API across environments, which was particularly useful before the widespread adoption of Fetch API or more mature cross-platform libraries. Due to its age and lack of updates, it does not support modern JavaScript features like Promises or `async/await` and relies exclusively on CommonJS modules.","language":"javascript","status":"abandoned","version":"0.4.3","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install dasu","imports":["const dasu = require('dasu');\nconst req = dasu.req;","const dasu = require('dasu');"]},{"cmd":"yarn add dasu","imports":[]},{"cmd":"pnpm add dasu","imports":[]}],"homepage":null,"github":"https://github.com/talmobi/dasu","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/dasu","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/dasu/compatibility"}}