-
As both mojo.js and Deno are young projects that have great potential and are (imo) great match, would it be possible to port mojo.js to Deno ecosystem?
-
I am looking at mojo.js and exploring it as I look at a hobby project that needs something different from the content generators like Astro and Hugo that I've used in the past. So I am just starting …
-
WPT contains a variety of tests that rely on MojoJS to run in Chromium-based browsers.
[Chromium's own WPT docs](https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_test…
-
The `A|E` selector from [CSS Namespaces Module Level 3](https://www.w3.org/TR/css-namespaces-3/) is another one that's already supported in `Mojo::DOM` and not in `@mojojs/dom`.
kraih updated
2 years ago
-
These two [CSS 4 selectors](https://www.w3.org/TR/selectors-4/) are supported by `Mojo::DOM` and still missing in `@mojojs/dom`.
| Pattern | Represents …
kraih updated
2 years ago
-
Count and store metrics for http/ws/pg/minion, like a total requests/request per sec/duration/query length.
-
```javascript
import DOM from '@mojojs/dom';
let dom = new DOM('Alex');
dom.at('div').replace('1');
console.log(dom.toString()); // prints: 1
dom = new DOM('Alex');
dom.at('div').replace('&#…
-
The [WebUSB tests](https://github.com/w3c/web-platform-tests/tree/master/webusb) rely on a [polyfill](https://github.com/w3c/web-platform-tests/blob/master/resources/chromium/webusb-test.js) of the [W…
-
Forked from https://github.com/web-platform-tests/wpt.fyi/issues/1539. Copying some comments over:
https://github.com/web-platform-tests/wpt.fyi/issues/1539#issuecomment-552049114
"Do we have an i…
-
- 현재 진행상황 공유
- 홍균 : 어렵다...
- 은천 : 어려워...
- 규섭 : 흐규흐규
- 역할분담
- 홍균, 은천: --no-sandbox flag 보안취약점 시나리오 발굴 / 할 수 있는데까지 일단 해보기
- 규섭: --disable-web-security 보안취약점 관련 React 이용한 서버 만들기