mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2025-02-09 09:30:28 +00:00
35 lines
411 B
Plaintext
35 lines
411 B
Plaintext
index.js@@@
|
|
|
|
|
|
class PuppeteerTest {
|
|
|
|
async getBodyAtURL (url) {
|
|
|
|
let response
|
|
|
|
try {
|
|
|
|
} catch (error) {
|
|
|
|
console.error(error)
|
|
}
|
|
|
|
return response
|
|
}
|
|
}
|
|
module.exports = PuppeteerTest&&&
|
|
package.json@@@
|
|
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": ""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
}
|
|
}
|