唯物是真 @Scaled_Wurm

プログラミング(主にPython2.7)とか機械学習とか

A Parser-blocking, cross site (i.e. different eTLD+1) script, 「URL」, is invoked via document.write.

以前、以下のような記事を書いたが、Chromeではdocument.write()script要素を書き込むときにそれがクロスサイトであるURL(同じドメインでない)を読み込むようになっている場合、開発者ツールのコンソールに警告を出すようになっている。ネット接続が遅い場合(今は2Gに限られている)の時はスクリプトの実行まで停止する
sucrose.hatenablog.com
いつのまにか開発者ツールのコンソールに表示されるメッセージの文言が変わっていたのでメモしておく

A Parser-blocking, cross site (i.e. different eTLD+1) script, 「スクリプトのURL」, is invoked via document.write. This MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.