File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ module Impl = (T: {
9595 (~url : string , ~name : string , ~features : string =?) => option (Dom . window ) =
9696 "open" ; /* yes, features is a stringly typed list of key value pairs, sigh */
9797 [@ mel . send . pipe : t_window ]
98- external postMessage : (' a ) => unit = "postMessage" ; /* experimental-ish?, Web Messaging */
98+ external postMessage : (' a , string ) => unit = "postMessage" ; /* experimental-ish?, Web Messaging */
9999 [@ mel . send . pipe : t_window ]
100- external postMessageWithTransfers : (' a , array (transferable )) => unit =
100+ external postMessageWithTransfers : (' a , string , array (transferable )) => unit =
101101 "postMessage" ; /* experimental-ish?, Web Messaging */
102102 [@ mel . send . pipe : t_window ] external print : unit = "print" ;
103103 [@ mel . send . pipe : t_window ] external prompt : string => string = "prompt" ;
You can’t perform that action at this time.
0 commit comments