-
Updated
Oct 3, 2020 - JavaScript
standard
Here are 587 public repositories matching this topic...
-
Updated
Sep 24, 2020
-
Updated
Oct 11, 2020 - PHP
-
Updated
Sep 27, 2020 - Shell
I recently started to serve brotli pre-compressed files. Works fine except that all files served have a content-language: br (brazilian) unwanted header.
I stumbled upon this post: https://blog.desgrange.net/post/2017/04/10/pre-compression-with-gzip-and-brotli-in-apache.html
The mime module seems to blame. Could you fix this by adding a RemoveLanguage .br directive?
-
Updated
Oct 12, 2019
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 7, 2020 - SCSS
-
Updated
May 25, 2020 - JavaScript
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.
-
Updated
Oct 1, 2020 - HTML
-
Updated
Oct 1, 2020 - HTML
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
-
Updated
Jan 16, 2019
Problem
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.
Proposed Solution
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
-
Updated
Oct 13, 2020 - HTML
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 10, 2020 - Vue
-
Updated
May 11, 2020 - JavaScript
What should be the result of new URL("#")?
Browsers return different results.
In my understanding is that new URL("#") should throw a validation error.
- scheme start state
- [skip] If c is an ASCII alpha, append c, lowercased, to buffer, and set state to scheme state.
- [match] Otherwise, if state override is not given,
-
Updated
Jun 24, 2020
-
Updated
Sep 30, 2020 - HTML
-
Updated
Oct 7, 2018 - JavaScript
Improve this page
Add a description, image, and links to the standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."
cc @mikewest @annevk @ericlaw1979
From https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters:
'If the resulting URL record's scheme is not "https" or the resulting URL record's origin is not same origin with environment's origin, then throw a "SecurityError" DOMException.'
It seems this forbids localhost URLs like http://127.0.0.1 that are in a se