TypeScriptで下記を参考に処理を追加しました。
window.performance.navigationが非推奨
const isNavigate = window?.performance?.getEntriesByType('navigation')[0].type === 'navigate';
typeの箇所で下記エラーがでました。
TS2339: Property 'type' does not exist on type 'PerformanceEntry'.
回避するためにはどうしたらよろしいでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。