Tagged articles
5 articles
Page 1 of 1
JavaScript
JavaScript
Dec 30, 2025 · Frontend Development

Why document.domain Is Being Deprecated and How to Migrate Your Web Apps

This article explains the background and security concerns behind the deprecation of the JavaScript document.domain API, details browser warnings, and provides a step‑by‑step migration guide using postMessage, Channel Messaging, and proper CORS configuration to keep web applications functional.

Cross-OriginWeb Securitydeprecation
0 likes · 5 min read
Why document.domain Is Being Deprecated and How to Migrate Your Web Apps
JavaScript
JavaScript
Oct 4, 2025 · Frontend Development

Why is the document.domain API Being Deprecated and What to Use Instead?

The article explains the purpose and historical popularity of the document.domain property for cross‑subdomain communication, details its deprecation across major browsers due to security and maintenance concerns, and provides practical migration strategies using postMessage, Channel Messaging API, and proper CORS configuration.

Cross-OriginWeb Securitydeprecation
0 likes · 6 min read
Why is the document.domain API Being Deprecated and What to Use Instead?
JavaScript
JavaScript
Jun 7, 2025 · Frontend Development

Why the document.domain API Is Being Deprecated and What to Use Instead

The article explains the purpose and historical popularity of the document.domain property for cross‑subdomain communication, details its deprecation across major browsers due to security and maintenance concerns, and provides practical migration strategies using postMessage, Channel Messaging API, and proper CORS configuration.

Cross-Origindocument.domainmigration
0 likes · 6 min read
Why the document.domain API Is Being Deprecated and What to Use Instead
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 31, 2022 · Frontend Development

What’s New in Chrome 100? Multi‑Screen API, Array Grouping, and Privacy Updates

Chrome 100 brings major frontend changes, including a Multi‑Screen Window Placement API for multi‑display apps, the ECMAScript Array Grouping proposal, reduced User‑Agent strings for better privacy, and the deprecation of the document.domain setter to strengthen same‑origin security.

Array groupingChrome 100Multi-screen API
0 likes · 11 min read
What’s New in Chrome 100? Multi‑Screen API, Array Grouping, and Privacy Updates
Architect
Architect
Aug 31, 2015 · Frontend Development

Comprehensive JavaScript Cross‑Domain Guide with Demo

This article offers a thorough, demo‑driven tutorial on JavaScript cross‑origin techniques—including JSONP, document.domain, window.name, and HTML5 postMessage—explaining their principles, usage conditions, and code examples for practical implementation.

Cross-OriginJSONPdocument.domain
0 likes · 9 min read
Comprehensive JavaScript Cross‑Domain Guide with Demo