dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
11 lines (10 loc) • 327 B
JavaScript
define([
'./request/handlers',
'./request/registry',
'dojo/has!host-browser?./request/util',
'dojo/has!host-browser?./request/xhr',
'dojo/has!host-browser?./request/iframe',
'dojo/has!host-browser?./request/script',
'dojo/has!host-browser?./request/notify',
'intern/dojo/has!host-node?./request/node'
], function(){});