We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d950579 commit 9595461Copy full SHA for 9595461
README.ja.md
@@ -1,5 +1,7 @@
1
# browser-tab-id
2
3
+[English](./README.md) | [日本語](./README.ja.md)
4
+
5
時間 + ランダム数字 + インクリメント でなるべく重複しないIDを生成して、sessionStorageで管理します。
6
7
```
README.md
Generates an ID that is as unique as possible using time + random number + increment, and manages it with sessionStorage.
0 commit comments