klausj
klausj
Hi @SansDK As a workaround I create an object URL which contains the code of a TypeScript method for the worker. The worker code is wrapped by a self executing...
> The [workaround previously mentioned](https://github.com/angular/angular-cli/issues/15059#issuecomment-584593180) is quite clever but not usable for production. > > * This introduces potential XSS security vulnerabilities (what if a malicious user tricked application code...
Thanks for your interesting demo! I program mainly with statically typed programming languages and sometimes forget that a function property can be assigned with any value in JavaScript. And I...
Another good lossless audio compression is Wavpack. However, I could not find any information about Wavpack support in browsers. According to Caniuse, FLAC is supported by all modern browsers.
I would consider database query results (or at least their session and bundle names) as immutable objects. If you change the session name in the query result, the database will...