Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tildeio/oasis.js

Tags

v0.4.0

Toggle v0.4.0's commit message
Bump version

v0.3.0

Toggle v0.3.0's commit message
Update docs to reflect Oasis instance changes.

latest

Toggle latest's commit message
Update docs to reflect Oasis instance changes.

v0.2.1

Toggle v0.2.1's commit message
Merge branch 'fix-ie8'

v0.2.0

Toggle v0.2.0's commit message
Switch to JS tooling.

Fix #23.

v0.1.0

Toggle v0.1.0's commit message
Don't automatically start the test when the sandbox is started

This should fix the NETWORK_ERR: XmlHttpRequest Exception 101

It seems that terminating a webworker while it's still loading
scripts through `importScripts` triggers this exception.

The goal is then is to start the test only once the sandbox is fully
initialized.