Project

General

Profile

« Previous | Next » 

Revision cf838016

Added by koszko over 1 year ago

restore chromium support

View differences:

common/broadcast.js
119 119
{
120 120
    if (conn.type === "sender")
121 121
	flush(conn);
122
    setTimeout(conn.port.disconnect());
122
    setTimeout(() => conn.port.disconnect());
123 123
}
124 124
#EXPORT close

Also available in: Unified diff