Skip to content

Instantly share code, notes, and snippets.

View dkbay's full-sized avatar
🥔
Danish potato

Bay dkbay

🥔
Danish potato
View GitHub Profile
/*global chrome*/
import './App.css';
import {useEffect} from "react";
const sendTokenToChromeExtension = ({ extensionId, jwt}) => {
chrome.runtime.sendMessage(extensionId, { jwt }, response => {
if (!response.success) {
console.log('error sending message', response);
return response;
@aliesbelik
aliesbelik / benchmarking-tools.md
Last active May 21, 2024 10:25
Benchmarking & load testing tools