@communities-webruntime/common
Advanced tools
Comparing version 1.66.3-236.0 to 1.66.3-236.1
@@ -56,2 +56,12 @@ /** | ||
]; | ||
/** | ||
* Max URL length supported overall by the different layers | ||
* i.e. browser, CDN, Core, etc... | ||
* | ||
* 8k is what's supported by Akamai and other CDN vendors, | ||
* browsers and Core support longer URLs. | ||
* | ||
* GET fetch requests above this length will fallback to POST | ||
*/ | ||
export const MAX_URL_LENGTH = 8000; | ||
//# sourceMappingURL=constants.js.map |
@@ -43,2 +43,12 @@ /** | ||
export declare const VALID_DOWNLOAD_PATHS: string[]; | ||
/** | ||
* Max URL length supported overall by the different layers | ||
* i.e. browser, CDN, Core, etc... | ||
* | ||
* 8k is what's supported by Akamai and other CDN vendors, | ||
* browsers and Core support longer URLs. | ||
* | ||
* GET fetch requests above this length will fallback to POST | ||
*/ | ||
export declare const MAX_URL_LENGTH = 8000; | ||
//# sourceMappingURL=constants.d.ts.map |
{ | ||
"name": "@communities-webruntime/common", | ||
"license": "MIT", | ||
"version": "1.66.3-236.0", | ||
"version": "1.66.3-236.1", | ||
"description": "Common utilities for Communities Webruntime", | ||
@@ -47,3 +47,3 @@ "type": "module", | ||
}, | ||
"gitHead": "2a60c8d315635f8d04cb4a3e5b480d2ad2561691" | ||
"gitHead": "ed4252449e24646141aedddf52cf74992e7649b8" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37268
982