キム・ジウン監督のハリウッド進出作となる映画『ザ・ラスト・スタンド(原題)/ The Last
Stand』は、メキシコの麻薬カルテルと戦う保安官が主人公のアクション映画。ジウン監督がComingsoon.netに語ったところによると、本作
はブルース・ウィリス主演の映画『ダイ・ハード』と『真昼の決闘』を足したような作品になる予定だといい、シュワちゃんの主演復帰作としてはふさわしいこ
とは間違いないようだ。
その一方で、デンゼル・ワシントンが念願のオスカーを獲得した映画『トレーニング
デイ』のアントワーン・フークア監督最新映画『ザ・トゥーム(原題)/ The
Tomb』もシュワちゃんにオファーを出していると報じられている。こちらは自分が作った牢獄から抜け出す羽目になった男を描いたアクション映画となって
いる。
*
* 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();
}
})();