Obsolete
Status Update
Comments
pe...@chromium.org <pe...@chromium.org> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
[Deleted User] <[Deleted User]> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
sa...@gmail.com <sa...@gmail.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
su...@chromium.org <su...@chromium.org> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
is...@google.com <is...@google.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
Description
Steps to reproduce the problem:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="preload" as="script" href="
<script>
async function f() {
await import('
}
f();
</script>
</head>
<body>
Open DevTools' Network Tab
</body>
</html>
What is the expected behavior?
The dynamic import of `chunk.js` does not trigger another network request.
What went wrong?
Chunk.js is downloaded twice from the network
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 80.0.3949.0 Channel: canary
OS Version: OS X 10.13.6
Flash Version:
I tested the same script on Safari, and it downloads chunk.js only once.
JSBin Link: