Skip to main content

Test Key


caution

This is an clientside feature.

Nexys localStorage availability is checked with a test key. You can change this key with testKey option.

OptionTypeDefault
testKeystring"__nex-t__"

Example

// This code will change the test key on localStorage.
const nexys = new Nexys("API_KEY", {
appName: "APP_NAME",
localStorage: {
testKey: "myAppTest"
}
});