Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
LayoutTests
/
http
/
tests
/
resourceLoadStatistics
/
resources
/
worker-importing-localhost-script.js
blob: 657bd47861a675a42be38b1bd2a75811d258f7e2 [
file
] [
log
] [
blame
]
onmessage
=
function
(
e
)
{
importScripts
(
"//localhost:8000/resourceLoadStatistics/resources/script-revealing-cookies.php?"
+
e
.
data
);
};