Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行中の webworker が 1 つあり、外部ソースをロードできるようにしたいと考えています。DOMから独立した別のスレッドで実行されるため、どうすればよいですか。ありがとう。
importScripts メソッドを使用すると、Web ワーカーで使用できる外部スクリプトを読み込むことができます。注: window オブジェクトは UI スレッドでしかアクセスできないため、window オブジェクトを必要とするスクリプトはここでは機能しません。詳細はこちら
CORSをサポートするように外部ソースを設定します。