Page MenuHomeSealhub

shared.ts
No OneTemporary

shared.ts

import { io } from "socket.io-client";
export const screen = document.getElementById("screen")! as HTMLImageElement;
export const clicksLog = document.getElementById("clicks-log")!;
export const recentButton = document.querySelector(".screen-buttons-recent-apps")!;
export const homeButton = document.querySelector(".screen-buttons-home")!;
export const backButton = document.querySelector(".screen-buttons-back")!;
export const adid_priv_info_table = document.getElementById("adid_priv_info_table")!;
export const lat_priv_info_table = document.getElementById("lat_priv_info_table")!;
export const lon_priv_info_table = document.getElementById("lon_priv_info_table")!;
export const socket = io();

File Metadata

Mime Type
text/x-java
Expires
Sat, Nov 8, 11:21 (14 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034519
Default Alt Text
shared.ts (703 B)

Event Timeline