Skip to content Skip to sidebar Skip to footer
Showing posts with the label Chromium

Iterate Over Multiple Payloads And Take Multiple Screenshots With Puppeteer Aws Lambda

I am currently using the following Puppeteer AWS Lambda Layer to scrape 30 URLs and create and save… Read more Iterate Over Multiple Payloads And Take Multiple Screenshots With Puppeteer Aws Lambda

Javascript: How To Merge The String Values Of Two Arrays?

I want to use the _.zip function of Underscore.js to create pairs from two arrays. var a = ['al… Read more Javascript: How To Merge The String Values Of Two Arrays?

What Does It Mean For Electron To Combine Node.js And Chromium Contexts?

In a blog post the author mentions that Electron combines Node and Chromium into a 'single cont… Read more What Does It Mean For Electron To Combine Node.js And Chromium Contexts?

Is There Any Way To Access Certificate Information From A Chrome Extension

I'd like to access SSL certificate information from a Google Chrome extension. I took a look at… Read more Is There Any Way To Access Certificate Information From A Chrome Extension

How To Create Or Convert Text To Audio At Chromium Browser?

While trying to determine a solution to How to use Web Speech API at chromium? found that var voic… Read more How To Create Or Convert Text To Audio At Chromium Browser?

File Input In Chrome Extension Popup

I want the user to be able to upload text files as input through the browserAction popup for my ext… Read more File Input In Chrome Extension Popup