Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 484 Bytes

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 中文文档