GitHub package.json versionTypeScriptNPM
GitHub package.json versionTypeScriptNPM
Latest

Key

What is a key?

A key is an arbitrary name assigned to an instance of the Svelte Eagle Eye context at creation.
This key is a requirement in all environments.
A given Svelte Eagle Eye instance designated to a server request (or a browser application) is identifiable through this value.
An attempt to reuse this key within a given server request (or a browser application) will result in error.

Note: The existing instant residing at the key will be returned if its createEagleEye({...}) payload matches the current payload with the exact same requestToken object.