maxContentLength
* backport `maxContentLength` check for `data:` protocol urls * backport test for `estimateDataURLDecodedBytes` * use CommonJS export * use `var` instead of `const` * replace `let` with `var` * use standard function instead of arrow function