# loader **Repository Path**: chendye97/loader ## Basic Information - **Project Name**: loader - **Description**: 从avalon(https://github.com/RubyLouvre/avalon)上抽出来修改后的浏览器端amd加载器。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://chendye.oschina.io/loader - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #loader ####配置项 waitSeconds: 20 //文件加载时长 baseUrl: "", //文件相对目录 paths: {}, //路径 shim: {},// 非规范配置 loadStamp: "", //加载戳 nocache: false, //缓存 debug: true, //模式 开发环境打开 urlCaseInsensitive: false, // 生产环境打开,避免因为大小写导致模块重复 onStart: null, onComplete: null, onError: null, onText: null //文本加载处理