proomt

Search

Search posts, papers, and topics

javascript

RSS
  1. 1

    When scanners miss the attack: how Cloudflare Client-Side Security protects storefronts

    Cloudflare’s Page Shield uses a graph‑neural‑network (GNN) to model JavaScript as a syntax‑tree graph, followed by a lightweight LLM for second‑opinion triage and an ensemble of frontier models for deep analysis. This pipeline caught eight malicious payloads across four distinct affiliate‑theft and backdoor techniques that traditional scanners missed, demonstrating the need for runtime, behavior‑…

    Cloudflarecloudflare.com21 minHN2
  2. 5

    Faster Starts, Less JavaScript Overhead

    Codename One reduced startup latency and JavaScript overhead by publishing screen state atomically, indexing style lookups, avoiding unnecessary artwork generation, and refining suspension analysis, yielding measurable speedups.

    CodeName Onecodenameone.com7 min
  3. 7

    TERAZ - live collective ambient experience made with Rails & Tone.js

    TERAZ is a live ambient music piece where each audience member's phone plays a locally generated instrument via Tone.js, coordinated by a Rails Action Cable server that only sends lightweight control messages. The author shares practical lessons about mobile audio quirks, device heterogeneity, and scaling the system to dozens of phones.

    Arkencyarkency.com7 min
  4. 9

    Inertia DevTools Now Available for Firefox

    Inertia DevTools now has an official Firefox extension matching the Chrome version, adding an Inertia panel to DevTools that logs visits, props (with badges), request/response data, route info, and links to source files, with redaction of secrets.

    Laravellaravel-news.com1 minrelease
  5. 10

    JavaScript Find in Page: DOM Text Above the Codename One Canvas

    The Codename One JavaScript port now projects eligible text runs from its canvas onto an absolute‑positioned DOM layer, restoring browser find‑in‑page, selection, and accessibility while keeping layout on the canvas. It also adds high‑DPI backing, incremental semantic diffing, and richer input attributes, with a few edge cases still rendered on the canvas.

    CodeName Onecodenameone.com4 min
  6. 11

    Firefox WebDriver Newsletter 154

    Firefox 154 adds the emulation.setLocaleOverride command to WebDriver BiDi, letting tests override the Accept-Language header for fetch and WebSocket requests in workers. The newsletter also lists how to contribute to the multi-language WebDriver codebase and points to setup guides and community channels.

    Mozilla Automation Teamfxdx.dev1 min
  7. 12

    WebMCP support now available in mcp-handler

    Vercel's mcp-handler 2.2.0 adds experimental WebMCP support, letting you expose registered MCP tools to in‑browser agents via a single script tag. The script proxies tool calls back to your MCP server with the signed‑in user’s credentials, so no extra OAuth flow is needed.

    Vercelvercel.com1 minrelease
  8. 13

    Firefox WebDriver Newsletter 155

    Firefox 155 WebDriver newsletter lists recent bug fixes and cleanup work, including fixing a DevTools conflict, removing a thin helper, correcting double‑click behavior, and simplifying subscription handling.

    Mozilla Automation Teamfxdx.dev1 min