We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the article https://v8.dev/blog/v8-extras, the URLs for promise.js, uri.js, bootstrapper.cc, ReadableStream.js etc are broken since they link to https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/js/promise.js which redirects to https://source.chromium.org/chromium#chromium/src/v8/src/js/promise.js and the files no longer exist.
promise.js
uri.js
bootstrapper.cc
ReadableStream.js
The links could be changed to specific tagged version of source like https://chromium.googlesource.com/v8/v8.git/+/refs/tags/5.0.1/src/js/promise.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the article https://v8.dev/blog/v8-extras, the URLs for
promise.js
,uri.js
,bootstrapper.cc
,ReadableStream.js
etc are broken since they link to https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/js/promise.js which redirects to https://source.chromium.org/chromium#chromium/src/v8/src/js/promise.js and the files no longer exist.The links could be changed to specific tagged version of source like https://chromium.googlesource.com/v8/v8.git/+/refs/tags/5.0.1/src/js/promise.js
The text was updated successfully, but these errors were encountered: