-
Updated
May 17, 2021 - JavaScript
JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 217,004 public repositories matching this topic...
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 10, 2021
-
Updated
May 14, 2021 - JavaScript
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 17, 2021
FileHandle.stream
It might be possible to have a more efficient way to pipe a file to a stream by adding a .stream method to FileHandle.
e.g.
FileHandle.prototype.stream = async function (dst, { start = 0, end, signal } = {}) {
// TODO: this[kRef](), this[kUnref](), if (signal.aborted) throw AbortError()
let pos = start
while (true) {
if (end && pos >= end) {
break
}
-
Updated
May 17, 2021 - JavaScript
(follow-up to #10291)
First of all thanks a lot for implementing the download percentage with #10343
I just upgraded the new version, 1.10.1,
and I see that both the 'downloaded size' and 'download percentage' are padded with leading zeros:
screen capture
deno upgrade --dry-run --force


Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen