From 6a11e5a11eb157a121aaab6180c079c2563f46db Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 20 Aug 2024 13:25:04 -0700 Subject: [PATCH] Update docs/api/structures/permission-request.md Co-authored-by: Erick Zhao --- docs/api/structures/permission-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/permission-request.md b/docs/api/structures/permission-request.md index 9fba4f87fc..34275da913 100644 --- a/docs/api/structures/permission-request.md +++ b/docs/api/structures/permission-request.md @@ -1,5 +1,5 @@ # PermissionRequest Object -* `requestingOrigin` string - The origin you should treat the request as coming from. Note this may be different to `requestingUrl` in the case of child frames, you should use `requestingOrigin` as the "safe" one to check. +* `requestingOrigin` string - The origin you should treat the request as coming from. Note this may be different to `requestingUrl` in the case of child frames. You should use `requestingOrigin` as the "safe" one to check. * `requestingUrl` string - The last URL the requesting frame loaded. * `isMainFrame` boolean - Whether the frame making the request is the main frame.