GithubHelp home page GithubHelp logo

krkrz.github.com's Introduction

吉里吉里Z

吉里吉里Zは吉里吉里2フォークプロジェクトです。

2016/08/18
リポジトリの分割は一通り完了。
未追加のプラグインは各 Author が追加予定。 今回 external 内の外部ライブラリをサブモジュール化。
external の各フォルダが空の場合は、サブモジュールのアップデートを。
今後、 Android 版開発に伴い、ディレクトリ構成が変更される可能性があります。

2016/08/09
プラグイン等全て一つのリポジトリに入れていたものを削除し、このリポジトリには本体のソースコードのみ入れるようになりました。
旧ディレクトリ構成は https://github.com/krkrz/krkrz/tree/last_hodgepodge_repository ブランチを参照してください。

従来の構成に近い全てを含んだリポジトリは、https://github.com/krkrz/krkrz_dev になりました。
各プラグイン等をサブモジュールとして参照し、独立した形で管理するようになっています。

krkrz.github.com's People

Contributors

jin1016 avatar uyjulian avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

krkrz.github.com's Issues

`HttpRequest.open` and `HttpRequest.send` method documentation unclear.

https://krkrz.github.io/docs/plugin/index.html

Documentation for both methods are extremely unclear, especially for experienced JavaScript coders.

open

HttpRequest.open
   機能/意味
   指定したメソッドで指定URLにリクエストする

I assumed by the description that I will be able to specify a full URL, and this method will actually request the service. However from examples given, it is clear that I can only specify a protocol and a domain name, without payload, even GET payloads.

It won't send the request, which makes ※常に非同期での呼び出しになります this statement false.

send

HttpRequest.send
   機能/意味
   リクエストの送信。送信処理は非同期実行されます。

data	送信するデータ
         octetの場合 : そのまま送信
         文字列の場合 : 規定のエンコードで処理して送信
          その他 : データは送信されません
storeStrorage	レスポンス保存先ファイル。指定された場合はプロパティ responseは 設定されません

This is completely false, by contradiction the example sent GET payload instead within storeStorage parameter.

image

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.