en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
Earlier sentence: > the object previously referenced by john is stored inside the array But the object itself is not stored in the array. Its reference gets stored in the...
Standard only state that auto-commit happen after requests finished and results handled. Results handle by related events so implementation might wait for event queue to be empty. > When a...
In the [events-change-input](https://javascript.info/events-change-input#events-cut-copy-paste) section: > Also, there’s an additional asynchronous API of accessing the clipboard: navigator.clipboard. More about it in the specification [Clipboard API and events](https://www.w3.org/TR/clipboard-apis/), [not supported by Firefox](https://caniuse.com/async-clipboard)....
Fixed unclosed comment block in CSS file '2-ui\2-events\01-introduction-browser-events\07-carousel\source.view' Found while translating the page for the french version
add a warning about rollback that might be helpful for developers who are considering indexDB
the definitions seem ok (maybe a little redundant) but the explanations look the same both cases so I propose to clarify responsabilities, * weak ref, the engine does the optimization...