◆会場 東新宿LOVE TKO http://lovetko.net/ 東京都新宿区大久保1-3-22 ヴァンヴェール新宿 B1F ※大江戸線、副都心線東新宿駅B1出口、徒歩10秒 ※JR新宿駅徒歩8分
◆出演 RICO&藤沼伸一 江上徹 マエカシ 竜二+工藤和彦
◆OPEN / START OPEN18:00/START18:30
◆チャージ 前売¥3000/当日¥3500(+1drink代)
◆予約 公演日、会場、お名前、枚数を明記の上 kmtkg_ryu2@yahoo.co.jp
まで
*
* Again: this will **not** prevent inline script, e.g.:
* .
*
* This workaround is possible because Safari supports the non-standard 'beforeload' event.
* This allows us to trap the module and nomodule load.
*
* Note also that `nomodule` is supported in later versions of Safari - it's just 10.1 that
* omits this attribute.
* -->
*/
(function () {
const check = document.createElement('script');
if (!('noModule' in check) && 'onbeforeload' in check) {
let support = false;
document.addEventListener(
'beforeload',
(e) => {
if (e.target === check) {
support = true;
} else if (!e.target.hasAttribute('nomodule') || !support) {
return;
}
e.preventDefault();
},
true,
);
check.type = 'module';
const blob = URL.createObjectURL(
new window.Blob([], { type: 'text/javascript' }),
);
check.src = blob;
check.onload = () => {
URL.revokeObjectURL(blob);
};
document.head.appendChild(check);
check.remove();
}
})();