playttm 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib.d.ts +3 -0
- package/dist/lib.js +828 -292
- package/package.json +1 -1
- package/src/lib.ts +905 -381
package/dist/lib.d.ts
CHANGED
|
@@ -94,6 +94,9 @@ export declare class ThaiTicketMajor {
|
|
|
94
94
|
/**
|
|
95
95
|
* Setup declarativeNetRequest session rules in Chrome Extension to set Referer header for API requests only.
|
|
96
96
|
*/
|
|
97
|
+
/**
|
|
98
|
+
* Setup declarativeNetRequest session rules in Chrome Extension to set Referer headers accurately for each endpoint.
|
|
99
|
+
*/
|
|
97
100
|
static setupExtensionRules(): Promise<void>;
|
|
98
101
|
syncCookies(domainUrl?: string): Promise<void>;
|
|
99
102
|
private emitProgress;
|