Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/searchfe/sandbox

Web sandbox for async pages.
https://github.com/searchfe/sandbox

amd web

Last synced: 3 months ago
JSON representation

Web sandbox for async pages.

Awesome Lists containing this project

README

        

# @searchfe/sandbox

[![Build Status](https://travis-ci.org/searchfe/sandbox.svg?branch=master)](https://travis-ci.org/searchfe/sandbox)
[![Coverage Status](https://coveralls.io/repos/github/searchfe/sandbox/badge.svg?branch=master)](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