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 b2b0bb7 commit 75f6ac5Copy full SHA for 75f6ac5
README.md
@@ -43,3 +43,10 @@ Use your own RudderStack or Segment `writeKey` and `dataPlaneUrl` in the `init`
43
44
For now, it reads Segment cookies and uses if they exist. Also checks RudderStack but (TODO) needs to decrypt/decode both types.
45
46
+## TODO
47
+- [ ] Support reset()
48
+- [ ] Read traits from localstorage
49
+- [ ] Store traits to localstorage?
50
+- [ ] Explore adding queue to localstorage (for durability)
51
+- [ ] Probably should prepend cookies with something
52
+- [ ] Need to decrypt and decode both RS cookies (don't want to include in core library)
0 commit comments