Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prefer classes over function prototypes to define classes (#156)
* prefer classes over function prototypes to define classes * chore: bring back allowSpecialUseDomain feature BREAKING CHANGE: the original implementation added the 'allowSpecialUseDomain' parameter to the findCookies method signature in the Store, which violated the callback-last convention, which would have precluded Promise support, so the parameter has been moved ahead of the callback function.
- Loading branch information