Pinned Loading
-
steel-dev/steel-browser
steel-dev/steel-browser Public🔥 Open Source Browser API for AI Agents & Apps. Steel Browser is a batteries-included browser instance that lets you automate the web without worrying about infrastructure.
-
PKCE in the browser
PKCE in the browser 1// https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding#Solution_3_%E2%80%93_rewrite_the_DOMs_atob()_and_btoa()_using_JavaScript's_TypedArrays_and_UTF-8
2const base64 = require('base64-js');
34const urlSafe = (buffer) => {
5const bytes = new Uint8Array(buffer);
-
-
BroadcastChannel polyfill for Jest
BroadcastChannel polyfill for Jest 1import { EventEmitter } from 'node:events';
23const channels: Map<string, EventEmitter> = new Map();
45class MockBroadcastChannel implements BroadcastChannel {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.