-
Updated
Apr 16, 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 211,121 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
Apr 15, 2021 - JavaScript
-
Updated
Mar 22, 2021
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
Mar 25, 2021
pipeline
should immediately fail with ERR_STREAM_DESTROYED
when any of the streams have already been destroyed.
Readable
might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored
and/or _readableState.ended
.
Seems like that the new http native bindings doesn't work in a WebWorker, see example below.
http2.ts
const body = new TextEncoder().encode("Hello World");
for await (const conn of Deno.listen({ port: 80 })) {
(async () => {
for await (const { respondWith } of Deno.serveHttp(conn)) {
respondWith(new Response(body));
}
})();
}
worker.ts
ne
🐞 bug report
Affected Package
The issue is caused by package @angular/common.
Is this a regression?
No.
Description
This is a request for clearer error messaging. When an NgSwitchDefault directive erroneously exists
-
Updated
Apr 11, 2021 - JavaScript
Bug Report
🔎 Search Terms
- suggest
- Intellisense
🕗 Version & Regression Information
4.3.0-dev.20210412
💻 Code
// @ts-check
class Foo {
abc;
constructor(name) { }
-
Updated
Apr 16, 2021 - JavaScript
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
-
Updated
Apr 12, 2021 - JavaScript
Describe the bug
When i pass an array with colors inside and i have two or more identical colors then the error occurs and some values are getting duplicated on rerenders.
To Reproduce
Steps to reproduce the behavior:
- Use ColorItem with one or more identical colors
Expected behavior
ColorItems should not be duplicated or at least provide an o
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 11, 2021 - JavaScript
-
Updated
Apr 15, 2021
-
Updated
Apr 15, 2021 - Vue
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Mar 30, 2021
-
Updated
Apr 15, 2021 - TypeScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen