Skip to content

Commit 9e3e0de

Browse files
Merge pull request #1671 from segmentio/ready-update
Update ready documentation
2 parents 057462f + 32195c3 commit 9e3e0de

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The Analytics.js utility methods help you change how Segment loads on your page.
466466

467467
The `ready` method allows you to pass in a method that is called once Analytics.js finishes initializing, and once all enabled device-mode destinations load. It's like [jQuery's `ready` method](https://api.jquery.com/ready/), except for destinations.
468468

469-
`ready` is not invoked if any destination throws an error (for example for an expired API key or incorrect settings configuration) during initialization.
469+
`ready` is not invoked if any destination throws an error (for example for an expired API key, incorrect settings configuration, or when a destination is blocked by the browser) during initialization.
470470

471471
The code in the `ready` function only executes after `ready` is emitted.
472472

0 commit comments

Comments
 (0)