implementation module iTasks._Framework.Client.JSStore import StdString, StdMisc import Data.Maybe from iTasks._Framework.IWorld import :: IWorld jsStoreValue :: !String !String !a !*IWorld -> *IWorld jsStoreValue namespace key value iworld = undef jsLoadValue :: !String !String !*IWorld -> (!Maybe a,!*IWorld) jsLoadValue namespace key iworld = undef jsDeleteValue :: !String !String !*IWorld -> *IWorld jsDeleteValue namespace key iworld = undef jsDeleteValues :: !String !String !*IWorld -> *IWorld jsDeleteValues namespace keyprefix iworld = undef