MCPcopy Create free account
hub / github.com/angular/dev-infra / readAsText

Method readAsText

github-actions/saucelabs/set-saucelabs-env.js:15513–15521  ·  view source on GitHub ↗

* @see https://w3c.github.io/FileAPI/#readAsDataText * @param {import('buffer').Blob} blob * @param {string?} encoding

(blob, encoding = void 0)

Source from the content-addressed store, hash-verified

15511 kResult,
15512 kEvents,
15513 kAborted
15514 } = require_symbols3();
15515 var { webidl } = require_webidl();
15516 var { kEnumerableProperty } = require_util();
15517 var FileReader = class _FileReader extends EventTarget {
15518 constructor() {
15519 super();
15520 this[kState] = "empty";
15521 this[kResult] = null;
15522 this[kError] = null;
15523 this[kEvents] = {
15524 loadend: null,

Callers

nothing calls this directly

Calls 1

readOperationFunction · 0.70

Tested by

no test coverage detected