File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
snaps-controllers/src/snaps/registry Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ export type SnapsRegistry = {
3434 *
3535 * @param snapId - The ID of the snap we are trying to resolve a version for.
3636 * @param versionRange - The version range.
37- * @param refetch - An optional flag used to determine if we are refetching the registry.
3837 * @returns An allowlisted version within the specified version range.
3938 * @throws If an allowlisted version does not exist within the version range.
4039 */
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ interface SnapsMatchers {
4747 * @param title - The title of an expanded notification.
4848 * @param content - The content of an expanded notification.
4949 * @param footerLink - The footer link of an expanded notification (if it exists).
50+ * @param footerLink.text - The text of the footer link.
51+ * @param footerLink.href - The href of the footer link.
5052 * @throws If the snap did not send a notification with the expected message.
5153 * @example
5254 * const response = await request({ method: 'foo' });
Original file line number Diff line number Diff line change 33 * forever if the iframe never loads, but the promise should be wrapped in
44 * an initialization timeout in the SnapController.
55 *
6- *
76 * @param options - The options for createWindow.
87 * @param options.uri - The iframe URI.
98 * @param options.id - The ID to assign to the iframe.
You can’t perform that action at this time.
0 commit comments