<!-- // Code generated by coz. DO NOT EDIT. -->
# the-entrypoint@2.3.9

Browser entrypoint for the-framework

+ Functions
  + [mount(element, containerId, options)](#the-entrypoint-function-mount)
  + [online(options)](#the-entrypoint-function-online)
  + [patch()](#the-entrypoint-function-patch)
  + [quelize(values)](#the-entrypoint-function-quelize)
  + [secure(options)](#the-entrypoint-function-secure)
  + [singleton(options)](#the-entrypoint-function-singleton)
  + [workers(swUrls)](#the-entrypoint-function-workers)
  + [createStyleElement()](#the-entrypoint-function-create-style-element)

## Functions

<a class='md-heading-link' name="the-entrypoint-function-mount" ></a>

### mount(element, containerId, options) -> `Promise`

Mount element on DOM

| Param | Type | Description |
| ----- | --- | -------- |
| element | * | React element |
| containerId | string | Id of container dom |
| options | object | Optional settings |
| options.strictMode | boolean | Using strict mode |
| options.router | boolean | Use router |

<a class='md-heading-link' name="the-entrypoint-function-online" ></a>

### online(options)

Handle when online

| Param | Type | Description |
| ----- | --- | -------- |
| options | Object | Optional settings |

<a class='md-heading-link' name="the-entrypoint-function-patch" ></a>

### patch()

Apply patch
<a class='md-heading-link' name="the-entrypoint-function-quelize" ></a>

### quelize(values)

Inject queries on location change

| Param | Type | Description |
| ----- | --- | -------- |
| values | function,object | or its builder |

<a class='md-heading-link' name="the-entrypoint-function-secure" ></a>

### secure(options) -> `Boolean`

Make sure to be secure

| Param | Type | Description |
| ----- | --- | -------- |
| options | Object | Optional settings |

<a class='md-heading-link' name="the-entrypoint-function-singleton" ></a>

### singleton(options)

Make sure that entrypoint loaded only once

| Param | Type | Description |
| ----- | --- | -------- |
| options | Object | Optional settings |

<a class='md-heading-link' name="the-entrypoint-function-workers" ></a>

### workers(swUrls) -> `Promise.<void>`

Register service workers

| Param | Type | Description |
| ----- | --- | -------- |
| swUrls | Array.&lt;string&gt; | Service worker urls |

<a class='md-heading-link' name="the-entrypoint-function-create-style-element" ></a>

### createStyleElement() -> `HTMLElement`

Create Style element




