https://github.com/searchfe/sandbox
Web sandbox for async pages.
https://github.com/searchfe/sandbox
amd web
Last synced: about 1 year ago
JSON representation
Web sandbox for async pages.
- Host: GitHub
- URL: https://github.com/searchfe/sandbox
- Owner: searchfe
- License: mit
- Created: 2018-04-03T12:44:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T16:16:13.000Z (over 6 years ago)
- Last Synced: 2025-05-08T23:43:13.366Z (about 1 year ago)
- Topics: amd, web
- Language: JavaScript
- Homepage: https://searchfe.github.io/sandbox/demo
- Size: 92.8 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
Awesome Lists containing this project
README
# @searchfe/sandbox
[](https://travis-ci.org/searchfe/sandbox)
[](https://coveralls.io/github/searchfe/sandbox?branch=master)
一个简易的 Sandbox,用来隔离不同的页面组件,使它们的执行互不干扰。使用 [APM][apmjs] 安装:
```bash
apmjs install @searchfe/sandbox
```
其中 Fetch API 可能需要适当的 Polyfill:
* https://www.npmjs.com/package/whatwg-fetch
* https://github.com/taylorhakes/promise-polyfill
{{>main}}
[apmjs]: https://github.com/apmjs/apmjs