Skip to content

Commit

Permalink
properties group
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jun 16, 2024
1 parent 13afd13 commit 13e3dbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.decls/cn/types/jsstp_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,29 +292,34 @@ declare class jsstp_t {

/**
* 在fecth时使用的header
* @group 属性
*/
RequestHeader: {
[key: string]: string,
};
/**
* 默认的报文内容
* @group 属性
*/
default_info: base_sstp_content_t;

/**
* SSTP协议版本号列表
* @group 属性
*/
sstp_version_table: {
[method: string]: Number
};
/**
* 查询默认的安全等级,在nodejs中为"local",在浏览器中为"external"
* @see {@link https://www.google.com/search?q=site%3Assp.shillest.net%2Fukadoc%2F+SecurityLevel}
* @group 属性
*/
default_security_level: security_level_t;

/**
* 自身代理
* @group 属性
*/
proxy: jsstp_t;

Expand Down
5 changes: 5 additions & 0 deletions src/.decls/en/types/jsstp_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,29 +293,34 @@ declare class jsstp_t {

/**
* The header used in fecth.
* @group Properties
*/
RequestHeader: {
[key: string]: string,
};
/**
* Default Message Content
* @group Properties
*/
default_info: base_sstp_content_t;

/**
* SSTP protocol version number list
* @group Properties
*/
sstp_version_table: {
[method: string]: Number
};
/**
* Queries the default security level, which is "local" in nodejs and "external" in browsers.
* @see {@link https://www.google.com/search?q=site%3Assp.shillest.net%2Fukadoc%2F+SecurityLevel}
* @group Properties
*/
default_security_level: security_level_t;

/**
* Self Proxy
* @group Properties
*/
proxy: jsstp_t;

Expand Down
5 changes: 5 additions & 0 deletions src/.decls/jp/types/jsstp_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,29 +294,34 @@ declare class jsstp_t {

/**
* fecth のヘッダ
* @group プロパティ
*/
RequestHeader: {
[key: string]: string,
};
/**
* デフォルトのメッセージ内容
* @group プロパティ
*/
default_info: base_sstp_content_t;

/**
* SSTP プロトコルバージョン番号リスト
* @group プロパティ
*/
sstp_version_table: {
[method: string]: Number
};
/**
* デフォルトのセキュリティレベルを問い合わせます。nodejsでは "local"、ブラウザでは "external "です。
* @see {@link https://www.google.com/search?q=site%3Assp.shillest.net%2Fukadoc%2F+SecurityLevel}
* @group プロパティ
*/
default_security_level: security_level_t;

/**
* セルププロキシ
* @group プロパティ
*/
proxy: jsstp_t;

Expand Down

0 comments on commit 13e3dbf

Please sign in to comment.