PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, April 15, 2022

[FIXED] What is the maximum size for the postMessage method that enables inter-frame communication?

 April 15, 2022     dom-events, html, iframe, javascript     No comments   

Issue

It's not clear from searching on Google and looking through documentation. What's the maximum length on a message sent via Window.postMessage (https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage)? We assume this varies by browser?


Solution

As a data point, the WebKit implementation (used by Safari and Chrome) doesn't currently enforce any limits (other than those imposed by running out of memory).

Source : https://lists.w3.org/Archives/Public/public-whatwg-archive/2009Oct/0546.html



Answered By - Kamlesh Shirbhate
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing