11cb0ef41Sopenharmony_ci<!DOCTYPE html> 21cb0ef41Sopenharmony_ci<meta charset=utf-8> 31cb0ef41Sopenharmony_ci<script> 41cb0ef41Sopenharmony_citry { 51cb0ef41Sopenharmony_ci let c = new BroadcastChannel('foo'); 61cb0ef41Sopenharmony_ci parent.postMessage('Created', '*'); 71cb0ef41Sopenharmony_ci} catch (e) { 81cb0ef41Sopenharmony_ci parent.postMessage('Exception: ' + e.name, '*'); 91cb0ef41Sopenharmony_ci} 101cb0ef41Sopenharmony_ci</script> 11