1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html >
3
- < head >
4
- < title > Example Page</ title >
5
- < script type ="text/javascript " src ="../dist/secure-ls.js "> </ script >
6
- < script type ="text/javascript " src ="vendor/screenlog.min.js "> </ script >
3
+ < head >
4
+ < title > Example Page</ title >
5
+ < script type ="text/javascript " src ="../dist/secure-ls.js "> </ script >
6
+ < script type ="text/javascript ">
7
+ window . SecureLS = SecureLS . default ;
8
+ </ script >
9
+ < script type ="text/javascript " src ="vendor/screenlog.min.js "> </ script >
10
+ </ head >
11
+ < body >
12
+ Open console to check localStorage data.
13
+ < br />
14
+ All of the console output from various examples will be log here. Scroll within it to view all logs.
15
+ < br /> < br />
16
+ Input:
17
+ < pre > {"data":[{"age":1},{"age":"2"}]}</ pre >
18
+ Output:
19
+ < pre > {"data":[{"age":1},{"age":"2"}]}</ pre >
20
+ < script type ="text/javascript ">
21
+ screenLog . init ( {
22
+ autoScroll : false ,
23
+ } ) ;
24
+ </ script >
7
25
8
- </ head >
9
- < body >
10
- Open console to check localStorage data.
11
- < br />
12
- All of the console output from various examples will be log here. Scroll within it to view all logs.
13
- < br /> < br />
14
- Input: < pre > {"data":[{"age":1},{"age":"2"}]}</ pre >
15
- Output: < pre > {"data":[{"age":1},{"age":"2"}]}</ pre >
16
- < script type ="text/javascript ">
17
- screenLog . init ( {
18
- autoScroll : false
19
- } ) ;
20
- </ script >
21
-
22
- < script type ="text/javascript " src ="standard.js "> </ script >
23
- < script type ="text/javascript " src ="only-base64.js "> </ script >
24
- < script type ="text/javascript " src ="only-compressed.js "> </ script >
25
- < script type ="text/javascript " src ="base64-compressed.js "> </ script >
26
- < script type ="text/javascript " src ="aes-compressed.js "> </ script >
27
- < script type ="text/javascript " src ="aes-compressed-realm.js "> </ script >
28
- < script type ="text/javascript " src ="aes-uncompressed.js "> </ script >
29
- < script type ="text/javascript " src ="des-compressed.js "> </ script >
30
- < script type ="text/javascript " src ="des-uncompressed.js "> </ script >
31
- < script type ="text/javascript " src ="rabbit-compressed.js "> </ script >
32
- < script type ="text/javascript " src ="rabbit-uncompressed.js "> </ script >
33
- < script type ="text/javascript " src ="rc4-compressed.js "> </ script >
34
- < script type ="text/javascript " src ="rc4-uncompressed.js "> </ script >
35
- </ body >
36
- </ html >
26
+ < script type ="text/javascript " src ="standard.js "> </ script >
27
+ < script type ="text/javascript " src ="only-base64.js "> </ script >
28
+ < script type ="text/javascript " src ="only-compressed.js "> </ script >
29
+ < script type ="text/javascript " src ="base64-compressed.js "> </ script >
30
+ < script type ="text/javascript " src ="aes-compressed.js "> </ script >
31
+ < script type ="text/javascript " src ="aes-compressed-realm.js "> </ script >
32
+ < script type ="text/javascript " src ="aes-uncompressed.js "> </ script >
33
+ < script type ="text/javascript " src ="des-compressed.js "> </ script >
34
+ < script type ="text/javascript " src ="des-uncompressed.js "> </ script >
35
+ < script type ="text/javascript " src ="rabbit-compressed.js "> </ script >
36
+ < script type ="text/javascript " src ="rabbit-uncompressed.js "> </ script >
37
+ < script type ="text/javascript " src ="rc4-compressed.js "> </ script >
38
+ < script type ="text/javascript " src ="rc4-uncompressed.js "> </ script >
39
+ </ body >
40
+ </ html >
0 commit comments