Good afternoon. IDE highlights the following error: Void function return value is used
When I get to the announcement:
get(details: ChromeSettingGetDetails, callback?: DetailsCallback): void;
It seems to me that the error occurs because the use of Promise is not prescribed
The same warning is for:
await chrome.privacy.network.webRTCIPHandlingPolicy.get({});