We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Actor.init()
1 parent 7bce4a9 commit 66d5ebaCopy full SHA for 66d5eba
packages/apify/src/actor.ts
@@ -1064,8 +1064,6 @@ export class Actor<Data extends Dictionary = Dictionary> {
1064
* Calling `Actor.exit()` is required if you use the `Actor.init()` method, since it opens websocket connection
1065
* (see {@apilink Actor.events} for details), which needs to be terminated for the code to finish.
1066
*
1067
- * The `Actor.init()` function performs the following actions:
1068
- *
1069
* ```js
1070
* import { gotScraping } from 'got-scraping';
1071
0 commit comments