Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: example of puppeteer in extension #12285

Merged
merged 2 commits into from May 16, 2024
Merged

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Apr 17, 2024

No description provided.

@OrKoN OrKoN force-pushed the orkon/puppeteer-in-extension branch 5 times, most recently from 9674f0e to 4daf8bd Compare April 23, 2024 15:20
@OrKoN OrKoN force-pushed the orkon/puppeteer-in-extension branch 5 times, most recently from 21f09a8 to 9aeb70b Compare May 7, 2024 07:23
@OrKoN OrKoN force-pushed the orkon/puppeteer-in-extension branch from 9aeb70b to 6c91af5 Compare May 15, 2024 17:16
@OrKoN OrKoN force-pushed the orkon/puppeteer-in-extension branch from 6c91af5 to ed1ae7b Compare May 16, 2024 11:43
@OrKoN OrKoN force-pushed the orkon/puppeteer-in-extension branch from ed1ae7b to 186edcd Compare May 16, 2024 13:30
@OrKoN OrKoN marked this pull request as ready for review May 16, 2024 13:39
@OrKoN OrKoN enabled auto-merge (squash) May 16, 2024 13:40
);
const worker = await workerTarget.worker();

await new Promise(resolve => setTimeout(resolve, 1000));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to wait for the service worker to be ready

@OrKoN OrKoN merged commit 0058ad0 into main May 16, 2024
37 checks passed
@OrKoN OrKoN deleted the orkon/puppeteer-in-extension branch May 16, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants