Tag

document.write

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 24, 2025 · Frontend Development

Six Lesser‑Known Ways to Output Data in JavaScript

This article introduces six alternative JavaScript output techniques—including document.write, advanced console methods, the Notification API, speech synthesis, Blob with URL.createObjectURL, and WebSocket—providing developers with richer options beyond console.log and alert for diverse web scenarios.

ConsoleJavaScriptWeb APIs
0 likes · 5 min read
Six Lesser‑Known Ways to Output Data in JavaScript
Efficient Ops
Efficient Ops
Aug 12, 2019 · Information Security

When ISPs Hijack Your HTTP Requests: A Front‑End Debugging Case Study

A detailed investigation reveals how ISP-level HTTP hijacking injects malicious JavaScript, causing front‑end script failures, and outlines diagnostic steps, code analysis, and Chrome flag workarounds to mitigate the security issue.

Chrome FlagsHTTP securityISP hijacking
0 likes · 7 min read
When ISPs Hijack Your HTTP Requests: A Front‑End Debugging Case Study