parsec-ss

SS is the abbreviation of sessionStorage.

Usage no npm install needed!

<script type="module">
  import parsecSs from 'https://cdn.skypack.dev/parsec-ss';
</script>

README

SS

SS is the abbreviation of sessionStorage.

Example

import SS  from 'parsec-ss';

//set
SS.set('key','value');

//get
var info = SS.get('key');

console.log(info);

Installation

npm install parsec-ss --save

Contributors

  • Yanghc
  • hqwlkj@outlook.com