From 33a9bb32e4bf4f24d01201bc726a5d4da7afdc49 Mon Sep 17 00:00:00 2001 From: Sohail Rajdev Date: Fri, 30 Aug 2024 11:15:50 +0530 Subject: [PATCH] Mention the fields which do not need special handling --- proposals/runtime_get_contexts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/runtime_get_contexts.md b/proposals/runtime_get_contexts.md index be7f0fa3..8268ab65 100644 --- a/proposals/runtime_get_contexts.md +++ b/proposals/runtime_get_contexts.md @@ -254,6 +254,9 @@ window containing the tab. - If developer tools are undocked, the `windowId` will the ID of the developer tools window. +Other fields (`contextId`, `documentId`, `documentUrl`, `documentOrigin`, +`incognito`) are populated as expected. No special handling is done for them. + ## Future Work ### Messaging APIs Support `ContextId`s as Target