# `CLASS` WORKER
웹 워커 클래스

## Parameters
* `REQUIRED` *src*

## Public Members

### `on(methodName, method)`
#### Parameters
* `REQUIRED` *methodName*
* `REQUIRED` *method*

### `off(methodName, method)`
#### Parameters
* `REQUIRED` *methodName*
* `OPTIONAL` *method*

### `send(methodNameOrParams, callback)`
#### Parameters
* `REQUIRED` *methodNameOrParams*
* `REQUIRED` *methodNameOrParams.methodName*
* `OPTIONAL` *methodNameOrParams.data*
* `OPTIONAL` *callback*

### `remove()`
