x-doc-messaging.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. {
  2. "title":"Cross-document messaging",
  3. "description":"Method of sending information from a page on one domain to a page on a different one (using postMessage)",
  4. "spec":"https://html.spec.whatwg.org/multipage/comms.html#crossDocumentMessages",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en/DOM/window.postMessage",
  9. "title":"MDN article"
  10. },
  11. {
  12. "url":"http://html5demos.com/postmessage2",
  13. "title":"Simple demo"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-crosswindowmessaging",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/apis/web-messaging/MessagePort/postMessage",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Internet Explorer 8 and 9, and Firefox versions 6.0 and below only support strings as postMessage's message. References: https://dev.opera.com/articles/view/window-postmessage-messagechannel/#crossdoc, https://developer.mozilla.org/en-US/docs/DOM/window.postMessage"
  27. },
  28. {
  29. "description":"IE8's events are triggered synchronously, which may lead to to unexpected results."
  30. },
  31. {
  32. "description":"Firefox 41 and below do not support sending File/Blob objects [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=722126)"
  33. }
  34. ],
  35. "categories":[
  36. "JS API"
  37. ],
  38. "stats":{
  39. "ie":{
  40. "5.5":"n",
  41. "6":"n",
  42. "7":"n",
  43. "8":"a #1",
  44. "9":"a #1",
  45. "10":"a #2",
  46. "11":"a #2"
  47. },
  48. "edge":{
  49. "12":"y",
  50. "13":"y",
  51. "14":"y"
  52. },
  53. "firefox":{
  54. "2":"n",
  55. "3":"y",
  56. "3.5":"y",
  57. "3.6":"y",
  58. "4":"y",
  59. "5":"y",
  60. "6":"y",
  61. "7":"y",
  62. "8":"y",
  63. "9":"y",
  64. "10":"y",
  65. "11":"y",
  66. "12":"y",
  67. "13":"y",
  68. "14":"y",
  69. "15":"y",
  70. "16":"y",
  71. "17":"y",
  72. "18":"y",
  73. "19":"y",
  74. "20":"y",
  75. "21":"y",
  76. "22":"y",
  77. "23":"y",
  78. "24":"y",
  79. "25":"y",
  80. "26":"y",
  81. "27":"y",
  82. "28":"y",
  83. "29":"y",
  84. "30":"y",
  85. "31":"y",
  86. "32":"y",
  87. "33":"y",
  88. "34":"y",
  89. "35":"y",
  90. "36":"y",
  91. "37":"y",
  92. "38":"y",
  93. "39":"y",
  94. "40":"y",
  95. "41":"y",
  96. "42":"y",
  97. "43":"y",
  98. "44":"y",
  99. "45":"y",
  100. "46":"y",
  101. "47":"y",
  102. "48":"y",
  103. "49":"y",
  104. "50":"y",
  105. "51":"y",
  106. "52":"y",
  107. "53":"y"
  108. },
  109. "chrome":{
  110. "4":"y",
  111. "5":"y",
  112. "6":"y",
  113. "7":"y",
  114. "8":"y",
  115. "9":"y",
  116. "10":"y",
  117. "11":"y",
  118. "12":"y",
  119. "13":"y",
  120. "14":"y",
  121. "15":"y",
  122. "16":"y",
  123. "17":"y",
  124. "18":"y",
  125. "19":"y",
  126. "20":"y",
  127. "21":"y",
  128. "22":"y",
  129. "23":"y",
  130. "24":"y",
  131. "25":"y",
  132. "26":"y",
  133. "27":"y",
  134. "28":"y",
  135. "29":"y",
  136. "30":"y",
  137. "31":"y",
  138. "32":"y",
  139. "33":"y",
  140. "34":"y",
  141. "35":"y",
  142. "36":"y",
  143. "37":"y",
  144. "38":"y",
  145. "39":"y",
  146. "40":"y",
  147. "41":"y",
  148. "42":"y",
  149. "43":"y",
  150. "44":"y",
  151. "45":"y",
  152. "46":"y",
  153. "47":"y",
  154. "48":"y",
  155. "49":"y",
  156. "50":"y",
  157. "51":"y",
  158. "52":"y",
  159. "53":"y",
  160. "54":"y",
  161. "55":"y",
  162. "56":"y",
  163. "57":"y"
  164. },
  165. "safari":{
  166. "3.1":"n",
  167. "3.2":"n",
  168. "4":"y",
  169. "5":"y",
  170. "5.1":"y",
  171. "6":"y",
  172. "6.1":"y",
  173. "7":"y",
  174. "7.1":"y",
  175. "8":"y",
  176. "9":"y",
  177. "9.1":"y",
  178. "10":"y",
  179. "TP":"y"
  180. },
  181. "opera":{
  182. "9":"n",
  183. "9.5-9.6":"y",
  184. "10.0-10.1":"y",
  185. "10.5":"y",
  186. "10.6":"y",
  187. "11":"y",
  188. "11.1":"y",
  189. "11.5":"y",
  190. "11.6":"y",
  191. "12":"y",
  192. "12.1":"y",
  193. "15":"y",
  194. "16":"y",
  195. "17":"y",
  196. "18":"y",
  197. "19":"y",
  198. "20":"y",
  199. "21":"y",
  200. "22":"y",
  201. "23":"y",
  202. "24":"y",
  203. "25":"y",
  204. "26":"y",
  205. "27":"y",
  206. "28":"y",
  207. "29":"y",
  208. "30":"y",
  209. "31":"y",
  210. "32":"y",
  211. "33":"y",
  212. "34":"y",
  213. "35":"y",
  214. "36":"y",
  215. "37":"y",
  216. "38":"y",
  217. "39":"y",
  218. "40":"y",
  219. "41":"y",
  220. "42":"y",
  221. "43":"y"
  222. },
  223. "ios_saf":{
  224. "3.2":"y",
  225. "4.0-4.1":"y",
  226. "4.2-4.3":"y",
  227. "5.0-5.1":"y",
  228. "6.0-6.1":"y",
  229. "7.0-7.1":"y",
  230. "8":"y",
  231. "8.1-8.4":"y",
  232. "9.0-9.2":"y",
  233. "9.3":"y",
  234. "10-10.1":"y"
  235. },
  236. "op_mini":{
  237. "all":"y"
  238. },
  239. "android":{
  240. "2.1":"y",
  241. "2.2":"y",
  242. "2.3":"y",
  243. "3":"y",
  244. "4":"y",
  245. "4.1":"y",
  246. "4.2-4.3":"y",
  247. "4.4":"y",
  248. "4.4.3-4.4.4":"y",
  249. "53":"y"
  250. },
  251. "bb":{
  252. "7":"y",
  253. "10":"y"
  254. },
  255. "op_mob":{
  256. "10":"y",
  257. "11":"y",
  258. "11.1":"y",
  259. "11.5":"y",
  260. "12":"y",
  261. "12.1":"y",
  262. "37":"y"
  263. },
  264. "and_chr":{
  265. "54":"y"
  266. },
  267. "and_ff":{
  268. "50":"y"
  269. },
  270. "ie_mob":{
  271. "10":"a",
  272. "11":"a"
  273. },
  274. "and_uc":{
  275. "11":"y"
  276. },
  277. "samsung":{
  278. "4":"y"
  279. }
  280. },
  281. "notes":"",
  282. "notes_by_num":{
  283. "1":"Partial support refers to only working in frames/iframes (not other tabs/windows). Also, objects cannot be sent using postMessage.",
  284. "2":"Partial support refers to [limitations in certain conditions](http://stackoverflow.com/questions/16226924/is-cross-origin-postmessage-broken-in-ie10)."
  285. },
  286. "usage_perc_y":92.9,
  287. "usage_perc_a":5.15,
  288. "ucprefix":false,
  289. "parent":"",
  290. "keywords":"",
  291. "ie_id":"postmessage",
  292. "chrome_id":"4786174115708928",
  293. "firefox_id":"",
  294. "webkit_id":"",
  295. "shown":true
  296. }