这是开发预览网站。请访问正式文档 lynxjs.org

Home > @lynx-js/genui > RawResource > read

RawResource.read property

Warning: This API is now obsolete.

Read value / status directly. Retained for backwards compatibility; in the success state it returns the value, otherwise it returns undefined. It does not throw.

Signature:

read: () => T | undefined;