ExE Boss

Results 250 comments of ExE Boss

Actually, the curl log for https://youtube.com indicates that the domain does indeed include subdomains now: ``` PS C:\> curl -IL https://youtube.com HTTP/2 301 content-length: 0 location: https://www.youtube.com/ strict-transport-security: max-age=31536000; includeSubDomains;...

This could potentially be done using [fluent.js](https://github.com/projectfluent/fluent.js) [](https://www.npmjs.com/package/fluent), which is the JS implementation of [Project Fluent](http://projectfluent.org/). To do this server-side, it might be easier to use some templating and [fluent-rs](https://github.com/projectfluent/fluent-rs)...

Well, 1.1.1.1 and 1.0.0.1 were added in commit [`5a9976b`](https://chromium.googlesource.com/chromium/src/net/+/5a9976ba51d1243642368137100188c3509f99de%5E%21/) to the chromium repository, but 1.1.1.1 was removed in commit [`36b8980`](https://chromium.googlesource.com/chromium/src/+/36b8980c6b8763633161ee0472e10b4b4fd72ce3%5E%21/) due to [issues with broken middle‑boxes](https://bugs.chromium.org/p/chromium/issues/detail?id=853934).

The `Math` object is now specified using algorithm steps:

@goto-bus-stop This is now shipping in **Node** since **v12.16.2**/**v13.12.0**. **Refs:**

There’s a possible way to do this using `setter.caller`, which throws or returns `null` if the caller is strict mode code or an async or generator function. --- See 

@Jack-Works That’s only the outer scope, the body of the IIFE is strict mode code:

Also, it will be necessary to add support for `` at the same time as support for ``, so that the issue with Safari 10 shipping modules without `` doesn’t occur a second time, this time with JSDOM.

@justinfagnani The result of using [`esm`](https://www.npmjs.com/package/esm) is not spec‑compliant because `esm` transpiles ES6 modules into CommonJS modules at runtime.