|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
351 bytes
|
| Line | |
|---|
| 1 | # axios // helpers
|
|---|
| 2 |
|
|---|
| 3 | The modules found in `helpers/` should be generic modules that are _not_ specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:
|
|---|
| 4 |
|
|---|
| 5 | - Browser polyfills
|
|---|
| 6 | - Managing cookies
|
|---|
| 7 | - Parsing HTTP headers
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.