/seajs-health

A Sea.js plugin for collecting health data of CMD modules

Primary LanguageJavaScriptMIT LicenseMIT

seajs-health

A Sea.js plugin for collecting health data of CMD modules

Install

Install with spm:

$ spm install seajs/seajs-health

Usage

<script src="path/to/sea.js"></script>
<script src="path/to/seajs-health.js"></script>

<script>

// You can use seajs.health method to collecting health data.
var healthData = seajs.health()

</script>

For more details please visit 中文文档