Filipe Costa
Filipe Costa
If used inside a web worker (shared or dedicated), it throws the following error: `ReferenceError: global is not defined` This happens because on worker there is no window object. The...
The `reviver` function receives only the already converted value, which could be inconvenient if the convertion is not being done correctly by the parser. For example, if a nunber is...
# Bug report **What is the current behavior?** Webpack is compiling the project twice, when running in serve mode, if the project imports a library with the following `package.json` `main`...
No reelection occurring after MASTER_TAB refresh on a iframe. Steps for reproducing: 1. Open Firefox 40; 2. Open 2 tabs with Javascript running on an iframe; 3. Refresh the master...