mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 16:22:52 +02:00
Fixes for ESLint
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
Fetch the user's info, passing in the access token in the Authorization
|
||||
HTTP request header.
|
||||
*/
|
||||
|
||||
/* exported getUserInfo */
|
||||
|
||||
function getUserInfo(accessToken) {
|
||||
const requestURL = "https://www.googleapis.com/oauth2/v1/userinfo?alt=json";
|
||||
const requestHeaders = new Headers();
|
||||
|
||||
Reference in New Issue
Block a user