-
Updated
Aug 6, 2021 - JavaScript
{{ message }}
Nginx HTTP server boilerplate configs
Which is the fastest web framework?
A standard style for README files
The conventional commits specification
Web Packaging "comes in several layers":
Bundled HTTP Exchanges (Web Bundles):
https://datatracker.ietf.org/doc/html/draft-ietf-wpack-bundled-responses
.wbn file extension = application/webbundle
Signed HTTP Exchanges:
https://tools.ietf.org/html/draft-yasskin-http-origin-signed-responses
.sxg file extension = `application/signe
ESLint Config for JavaScript Standard Style
The " Build ESP32 QEMU and Run Tests" task of the "QEMU / ESP32" test seems to fail randomly. It failed on project-chip/connectedhomeip#2009 for me, then passed when retriggered.
Figure out why it fails randomly and fix. Sadly the logs CI provides don't include the src/transport/tests/test-suite.log file that should have includ
Presumably these should result in a network error. The current specification doesn't state anything and it's not tested either.
See the README for instructions on where to add tests. In the specification the "blob" case of https://fetch.spec.whatwg.org/#scheme-fetch needs updating to handle current URL’s blob URL entry being null.
A proposed standard that allows websites to define security policies.
Under point 6 of the list of steps to take to "ensure pre-insertion validity", as part of an attempt to implement a procedure involving the particular list of steps, I am having trouble unambiguously interpreting the following statement:
parent has an element child, child is a doctype, or child is non-null and a do
Streams Standard
Binary AST proposal for ECMAScript
Remote control interface that enables introspection and control of user agents.
ESLint Shareable Config for React/JSX support in JavaScript Standard Style
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
https://url.spec.whatwg.org/commit-snapshots/2ce49383db3506a3c1a527a775693af1100198ef/#host-parsing
- If input is the empty string, then return 0.
IPv4 parser calls IPv4 number parser in Step 6.2:
- Let result be the result of parsing part. <-- call to IPv4 number parser
- If result is failure, then return input.
- If result[1] is tr
Documenting the explosion of packages in the standard ecosystem!
Add a description, image, and links to the standard topic page so that developers can more easily learn about it.
To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."
Looking at sticky activation it seems to be calling current high resolution time without a global (that is needed in order to know the time origin).
It'd be good to pass along the global. (
Worwindow, if I'm reading the algorithms correctly)