同作は、ハリー・フーディー二が美しい霊能者の真相を暴こうとするが、彼女に徐々に惹き付けられていくという作品。この映画以外に、映画『チェンジリン
グ』の脚本家J・マイケル・ストラジンスキーが執筆したフーディー二と作家コナン・ドイルが事件を解決する映画『ヴォイス・フロム・ザ・デッド(原題) /
Voice From The
Dead』、さらに脚本家ノア・オッペンハイムが執筆したフーディー二とシークレット・サービスとのかかわりを描いたアクション映画『ザ・シークレット・
ライフ・オブ・フーディー二:ザ・メイキング・オブ・アメリカズ・ファースト・スーパーヒーロー(原題) / The Secret Life of
Houdini : The Making of America's First
Superhero』が、それぞれフーディー二を扱った映画として製作されることになっている。
*
* 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();
}
})();