docs(api.md): Fix evaluateOnNewDocument sample syntax error (#2063)

This commit is contained in:
Glenn Vandamme 2018-02-26 20:41:50 +01:00 committed by Andrey Lushnikov
parent 2a84f9f343
commit 8578283e11

View File

@ -864,7 +864,7 @@ An example of overriding the navigator.languages property before the page loads:
Object.defineProperty(navigator, "languages", {
get: function() {
return ["en-US", "en", "bn"];
};
}
});
// In your puppeteer script, assuming the preload.js file is in same folder of our script