Locker class for the Mystery Master Logic Puzzle Solver.
mysterymaster.com. All rights reserved.
Michael Benson
2024-12-20
Static
True if HTML5 local storage is supported, otherwise false.
Gets boolean value from storage given its key.
Key.
Default value.
Boolean value.
Gets numeric value from storage given its key.
Numeric value.
Gets string value from storage given its key.
String value.
Sets value to storage given its key.
Value.
Determines if HTML5 local storage exists. Note: "window" is undefined for node.js.
True if storage exists, otherwise false.
Locker class for the Mystery Master Logic Puzzle Solver.
Copyright
mysterymaster.com. All rights reserved.
Author
Michael Benson
Version
2024-12-20