Sha256: 63743fd2769cc5ac6cfdd6bc5a0884f021842aa0bd83cce246d17d7cd45ab24e
Contents?: true
Size: 239 Bytes
Versions: 23
Compression:
Stored size: 239 Bytes
Contents
# Storage example require 'browser/storage' $storage = $window.storage $storage[:hello] = { jeezs: { data: :kool } } # alert($storage[:hello][:jeezs]) $storage[:hello][:jeezs][:toto]=:titi puts "storage content is : #{$storage[:hello]}"
Version data entries
23 entries across 23 versions & 1 rubygems