File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments