A Web Component that provides typeahead suggestions for AT Protocol (Bluesky) handles. Uses the public app.bsky.actor.searchActorsTypeahead API directly from the client.
···22 * License, v. 2.0. If a copy of the MPL was not distributed with this
33 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
44 *
55- * Copyright (c) 2026 Jake Lazaroff
55+ * Original work Copyright (c) 2026 Jake Lazaroff
66+ * Modified work Copyright (c) 2026 Tijs Teulings
67 *
77- * Repository: https://tangled.org/jakelazaroff.com/actor-typeahead
88+ * Based on: https://tangled.org/jakelazaroff.com/actor-typeahead
89 */
9101011const template = document.createElement("template");