We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638fde7 commit 9272d49Copy full SHA for 9272d49
README.md
@@ -118,6 +118,7 @@ gmail.get.user_email();
118
119
#### DOM
120
121
+These methods return the DOM data itself
122
123
- gmail.dom **.inbox_content()**
124
- gmail.dom **.email_subject()**
@@ -129,6 +130,8 @@ gmail.get.user_email();
129
130
131
#### TOOLS
132
133
+These are some helper functions that the rest of the methods use. See source for input params
134
+
135
- gmail.tools **.xhr_watcher()**
136
- gmail.tools **.parse_url()**
137
- gmail.tools **.deparam()**
@@ -139,6 +142,8 @@ gmail.get.user_email();
139
142
140
143
#### TRACKER
141
144
145
+These are some of the variables that are tracked and kept in memory while the rest of the methods are in use.
146
147
- gmail.tracker **.events**
148
- gmail.tracker **.xhr_init**
149
- gmail.tracker **.xhr_open**
0 commit comments