othree

Results 111 comments of othree

Can you collection all possible elements and update to this branch? Thanks `accordion-heading` and `accordion-group` is highlighted might casued by `-`. It will let the element recognized as custom element.

How about start ssl They have free basic CA for single domain Peter Chen 於 2013年3月4日星期一寫道: > Currently we have these options: > 1. Simply make a self-signed cert. >...

Yes supports by most browsers. I am using it on my blog if you want to try who trust it. You can access my blog by clients to see the...

KKTIX 用的硬體掃條碼機好像也不錯

缺第一天早上 https://othree.net/irc-freenode-%23coscup%20freenode201008

Asking at github/fetch https://github.com/github/fetch/issues/281

Based on the response of github/fetch#281 . We can use for...in and hasOwnProperty method to replace getOwnPropertyNames.

Trying to test my modify now :smile:

Haha, solving more issues: - array.indexOf - array.forEach - string.trim

There are two methods to solve this. First method is use mdn.com's polyfill. Second is write simple codes to cover these new native methods. Going for second solution now.