UNPKG

chrome-aws-lambda

Version:

Chromium Binary for AWS Lambda and Google Cloud Functions

9 lines 243 B
"use strict"; module.exports = function (page) { return page .browser() .userAgent() .then((value) => page.setUserAgent(value.replace('Headless', ''))) .then(() => page); }; //# sourceMappingURL=agent.js.map