@types/novnc__novnc
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -293,2 +293,17 @@ // eslint-disable-next-line @definitelytyped/no-declare-current-package | ||
clipboardPasteFrom(text: string): void; | ||
/** | ||
* Return the current content of the screen encoded as a base64 data URL. | ||
* @param type A `string` indicating the requested MIME type of the image | ||
* @param encoderOptions A `number` between 0 and 1 indicating the image quality. | ||
*/ | ||
toDataURL(type?: string, encoderOptions?: number): string; | ||
/** | ||
* Used to return the current content of the screen encoded as a `Blob`. | ||
* @param callback A callback function which will receive the resulting `Blob` as the single argument | ||
* @param type A `string` indicating the requested MIME type of the image | ||
* @param quality A `number` between 0 and 1 indicating the image quality. | ||
*/ | ||
toBlob(callback: (blob: Blob) => void, type?: string, quality?: number): void; | ||
} | ||
@@ -295,0 +310,0 @@ } |
{ | ||
"name": "@types/novnc__novnc", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "TypeScript definitions for @novnc/novnc", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/novnc__novnc", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "678558812ca9ff4a82a58e94966f7536fc2245c5b1c1fac83173eae9a048f7cc", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "f87b5033ac07eb3ecc20735903e03e031915919296827b140cba7c3a6a7d9004", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Fri, 19 Apr 2024 15:36:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17170
297