1.3.0 • Published 3 years ago

react-worker-sandbox v1.3.0

Weekly downloads
73
License
-
Repository
-
Last release
3 years ago

Example how to use it:

import { WorkerSandbox } from 'react-worker-sandbox';

<WorkerSandbox mode="javascript" value={
`for(let i = 0; i < 10; i++) {
  console.log(i)
}

console.log('This is a log')
console.warn('This is a warn')
console.error('This is a non-blocking error')
throw new Error('This is a blocking error')
console.log('This will not be displayed')`
}/>
1.3.0

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago