0.8.9 • Published 2 years ago

@pluginjs/simple-emitter v0.8.9

Weekly downloads
25
License
GPL-3.0
Repository
github
Last release
2 years ago

SimpleEmitter

npm package

simple-emitter is a utility JavaScript library for event emitter.

Introduction

Installation

Yarn

yarn add @pluginjs/simple-emitter

NPM

npm i @pluginjs/simple-emitter

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/simple-emitter/dist/simple-emitter.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/simple-emitter/dist/simple-emitter.min.js"></script>

API

emit

Parameters

| Name | Type | Description | |||-| | event | String | event name | | args | Any[] | args for handler |

Returns

| Name | Type | Description | |||-| | Ok | Boolean | |

on

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler | | context | Object | this | | priority | Number | priority level |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

once

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler | | context | Object | this | | priority | Number | priority level |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

off

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

addListener

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler | | context | Object | this | | priority | Number | priority level |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

addListenerOnce

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler | | context | Object | this | | priority | Number | priority level |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

removeListener

Parameters

| Name | Type | Description | |||-| | event | String | event name | | listener | Function | handler |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

removeAllListeners

Parameters

Parameters

| Name | Type | Description | |||-| | event | String | event name |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

ensureListener

Parameters

| Name | Type | Description | |||-| | listener | Function | handler |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

hasListeners

Parameters

| Name | Type | Description | |||-| | event | String | event name |

Returns

| Name | Type | Description | |||-| | this | Object | Instance |

getListeners

Parameters

| Name | Type | Description | |||-| | event | String | event name |

Returns

| Name | Type | Description | |||-| | listeners | Array | |

Browser support

Tested on all major browsers.

IE / EdgeFirefoxChromeSafariOpera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

@pluginjs/simple-emitter is Licensed under the GPL-v3 license.

If you want to use @pluginjs/simple-emitter project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright

Copyright (C) 2022 Creation Studio Limited.

0.8.9

2 years ago

0.8.8

2 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.5

3 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.7.17

4 years ago

0.7.15

4 years ago

0.7.16

4 years ago

0.7.14

5 years ago

0.7.13

5 years ago

0.7.12

5 years ago

0.7.11

5 years ago

0.7.10

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago