Skip to content

Commit 9272d49

Browse files
committed
Added brief info on api.tools and api.tracker
1 parent 638fde7 commit 9272d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ gmail.get.user_email();
118118

119119
#### DOM
120120

121+
These methods return the DOM data itself
121122

122123
- gmail.dom **.inbox_content()**
123124
- gmail.dom **.email_subject()**
@@ -129,6 +130,8 @@ gmail.get.user_email();
129130

130131
#### TOOLS
131132

133+
These are some helper functions that the rest of the methods use. See source for input params
134+
132135
- gmail.tools **.xhr_watcher()**
133136
- gmail.tools **.parse_url()**
134137
- gmail.tools **.deparam()**
@@ -139,6 +142,8 @@ gmail.get.user_email();
139142

140143
#### TRACKER
141144

145+
These are some of the variables that are tracked and kept in memory while the rest of the methods are in use.
146+
142147
- gmail.tracker **.events**
143148
- gmail.tracker **.xhr_init**
144149
- gmail.tracker **.xhr_open**

0 commit comments

Comments
 (0)